mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
LibWeb: Add missing visit Node::m_pseudo_element_generator
This commit is contained in:
parent
76d42aa2d5
commit
65eb0f32ad
Notes:
sideshowbarker
2024-07-17 05:58:46 +09:00
Author: https://github.com/kalenikaliaksandr Commit: https://github.com/SerenityOS/serenity/commit/65eb0f32ad Pull-request: https://github.com/SerenityOS/serenity/pull/21114
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ void Node::visit_edges(Cell::Visitor& visitor)
|
|||
Base::visit_edges(visitor);
|
||||
visitor.visit(m_dom_node);
|
||||
visitor.visit(m_paintable);
|
||||
visitor.visit(m_pseudo_element_generator);
|
||||
visitor.visit(m_browsing_context);
|
||||
TreeNode::visit_edges(visitor);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue