mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibWeb: Add missing visit Document::m_target_element
This commit is contained in:
committed by
Andrew Kaster
parent
d61c23569e
commit
078489d9ee
@@ -352,6 +352,7 @@ void Document::visit_edges(Cell::Visitor& visitor)
|
||||
visitor.visit(m_active_favicon);
|
||||
visitor.visit(m_focused_element);
|
||||
visitor.visit(m_active_element);
|
||||
visitor.visit(m_target_element);
|
||||
visitor.visit(m_implementation);
|
||||
visitor.visit(m_current_script);
|
||||
visitor.visit(m_associated_inert_template_document);
|
||||
|
||||
Reference in New Issue
Block a user