mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:07:45 +00:00
LibWeb: Add missing visit Document::m_target_element
This commit is contained in:
parent
d61c23569e
commit
078489d9ee
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue