mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-29 12:24:18 +00:00
LibWeb: Remove unused fields from BrowsingContext
These were introduced in 83c5ff57d8, but
we stopped using them. No functional changes.
This commit is contained in:
parent
c79063a77d
commit
a5697b4796
Notes:
github-actions[bot]
2025-10-01 11:23:03 +00:00
Author: https://github.com/gmta
Commit: a5697b4796
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6356
2 changed files with 0 additions and 9 deletions
|
|
@ -297,10 +297,6 @@ void BrowsingContext::visit_edges(Cell::Visitor& visitor)
|
|||
visitor.visit(m_page);
|
||||
visitor.visit(m_window_proxy);
|
||||
visitor.visit(m_group);
|
||||
visitor.visit(m_first_child);
|
||||
visitor.visit(m_last_child);
|
||||
visitor.visit(m_next_sibling);
|
||||
visitor.visit(m_previous_sibling);
|
||||
visitor.visit(m_opener_browsing_context);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue