mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibWeb: Implement Document::make_active()
Implementation of "make active" algorithm from the spec for Document. Co-authored-by: Andreas Kling <kling@serenityos.org>
This commit is contained in:
committed by
Andreas Kling
parent
32e2207b55
commit
3225c39191
@@ -32,7 +32,7 @@ public:
|
||||
virtual JS::ThrowCompletionOr<JS::MarkedVector<JS::Value>> internal_own_property_keys() const override;
|
||||
|
||||
JS::GCPtr<Window> window() const { return m_window; }
|
||||
void set_window(Badge<BrowsingContext>, JS::NonnullGCPtr<Window>);
|
||||
void set_window(JS::NonnullGCPtr<Window>);
|
||||
|
||||
JS::NonnullGCPtr<BrowsingContext> associated_browsing_context() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user