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:
Andreas Kling 2022-10-20 15:31:12 +02:00
commit 8fd59fce9c
Notes: sideshowbarker 2024-07-17 05:17:03 +09:00
2 changed files with 0 additions and 9 deletions

View file

@ -127,7 +127,6 @@ public:
private:
explicit Window(JS::Realm&);
virtual void initialize(JS::Realm&) override;
virtual void visit_edges(Cell::Visitor&) override;