mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:38:10 +00:00
LibWeb: Delete BrowsingContext::set_active_document()
Superseded by Document::make_active()
This commit is contained in:
parent
2fbb6ae520
commit
fda420875d
3 changed files with 2 additions and 34 deletions
|
@ -122,8 +122,6 @@ public:
|
|||
DOM::Document const* active_document() const;
|
||||
DOM::Document* active_document();
|
||||
|
||||
void set_active_document(JS::NonnullGCPtr<DOM::Document>);
|
||||
|
||||
virtual HTML::WindowProxy* window_proxy() override;
|
||||
virtual HTML::WindowProxy const* window_proxy() const override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue