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

LibWeb: Remove unused DOM::Node::window helper method

This was a crutch for the initial GC conversion that we can get rid of
thanks to moving web prototypes and constructors off of Window.
This commit is contained in:
Andrew Kaster 2022-09-25 18:57:44 -06:00 committed by Linus Groh
parent a1286f5120
commit 45838579c3
2 changed files with 0 additions and 7 deletions

View file

@ -116,8 +116,6 @@ public:
Document& document() { return *m_document; }
Document const& document() const { return *m_document; }
HTML::Window& window() const;
JS::GCPtr<Document> owner_document() const;
const HTML::HTMLAnchorElement* enclosing_link_element() const;