1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:48:11 +00:00

LibWeb: Delete unused BrowsingContext::is_child_of()

This commit is contained in:
Aliaksandr Kalenik 2023-09-04 15:49:43 +02:00 committed by Andreas Kling
parent 6942bdcfce
commit 7b91f79817
2 changed files with 0 additions and 10 deletions

View file

@ -157,8 +157,6 @@ public:
ChosenBrowsingContext choose_a_browsing_context(StringView name, TokenizedFeature::NoOpener no_opener, ActivateTab = ActivateTab::Yes);
bool is_child_of(BrowsingContext const&) const;
HTML::NavigableContainer* container() { return m_container; }
HTML::NavigableContainer const* container() const { return m_container; }