mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 08:10:02 +00:00
LibWeb: Delete unused BrowsingContext::is_child_of()
This commit is contained in:
parent
6942bdcfce
commit
7b91f79817
Notes:
sideshowbarker
2024-07-17 07:43:44 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 7b91f79817
Pull-request: https://github.com/SerenityOS/serenity/pull/18219
2 changed files with 0 additions and 10 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue