mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
LibWeb: Add missing visit Document::m_target_element
This commit is contained in:
parent
d61c23569e
commit
078489d9ee
Notes:
sideshowbarker
2024-07-17 06:54:15 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 078489d9ee
Pull-request: https://github.com/SerenityOS/serenity/pull/21114
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