1
Fork 0
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:
Aliaksandr Kalenik 2024-02-03 11:30:21 +01:00 committed by Alexander Kalenik
parent 2175c85cea
commit 531025465a
2 changed files with 0 additions and 24 deletions

View file

@ -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();