1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:07:36 +00:00

LibWeb: Remove document_setter from Window.document

It is readonly: https://html.spec.whatwg.org/multipage/window-object.html#the-window-object:dom-document-2
This commit is contained in:
Luke 2021-04-04 00:49:19 +01:00 committed by Andreas Kling
parent e193cb0f11
commit 4fa59baafe
2 changed files with 1 additions and 7 deletions

View file

@ -79,7 +79,6 @@ private:
virtual void visit_edges(Visitor&) override;
JS_DECLARE_NATIVE_GETTER(document_getter);
JS_DECLARE_NATIVE_SETTER(document_setter);
JS_DECLARE_NATIVE_GETTER(performance_getter);
JS_DECLARE_NATIVE_GETTER(screen_getter);