mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +00:00
LibWeb: Remove unnecessary hack in HTML::Window::initialize()
We don't need to force-set the realm's global object during initialization anymore, now that intrinsics are set up elsewhere.
This commit is contained in:
parent
dc15cacfc3
commit
8fd59fce9c
2 changed files with 0 additions and 9 deletions
|
@ -127,7 +127,6 @@ public:
|
|||
|
||||
private:
|
||||
explicit Window(JS::Realm&);
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
|
||||
virtual void visit_edges(Cell::Visitor&) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue