mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:07:34 +00:00
LibWeb: Remove list_of_descendant_browsing_contexts()
No longer used after migrating to navigables.
This commit is contained in:
parent
2175c85cea
commit
531025465a
2 changed files with 0 additions and 24 deletions
|
@ -471,9 +471,6 @@ public:
|
|||
// https://html.spec.whatwg.org/multipage/dom.html#concept-document-policy-container
|
||||
HTML::PolicyContainer policy_container() const;
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/browsers.html#list-of-the-descendant-browsing-contexts
|
||||
Vector<JS::Handle<HTML::BrowsingContext>> list_of_descendant_browsing_contexts() const;
|
||||
|
||||
Vector<JS::Handle<HTML::Navigable>> descendant_navigables();
|
||||
Vector<JS::Handle<HTML::Navigable>> const descendant_navigables() const;
|
||||
Vector<JS::Handle<HTML::Navigable>> inclusive_descendant_navigables();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue