1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:08:10 +00:00

LibWeb: Replace heycam.github.io/webidl URLs with webidl.spec.whatwg.org

Web IDL is now a WHATWG standard and the specification was moved
accordingly: https://twitter.com/annevk/status/1445311275026821120

The old URLs now redirect, but let's use canonical ones.
This commit is contained in:
Linus Groh 2021-10-11 13:15:16 +01:00
parent 4041848caa
commit a9a7d65099
5 changed files with 25 additions and 25 deletions

View file

@ -150,7 +150,7 @@ Origin WindowObject::origin() const
return impl().associated_document().origin();
}
// https://heycam.github.io/webidl/#platform-object-setprototypeof
// https://webidl.spec.whatwg.org/#platform-object-setprototypeof
JS::ThrowCompletionOr<bool> WindowObject::internal_set_prototype_of(JS::Object* prototype)
{
// 1. Return ? SetImmutablePrototype(O, V).