mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
LibWeb: Add missing visit to m_labels
in HTMLElement
This commit is contained in:
parent
c36ba450be
commit
272cd30f17
Notes:
sideshowbarker
2024-07-17 04:01:41 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/272cd30f17 Pull-request: https://github.com/SerenityOS/serenity/pull/24364
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ void HTMLElement::visit_edges(Cell::Visitor& visitor)
|
|||
{
|
||||
Base::visit_edges(visitor);
|
||||
visitor.visit(m_dataset);
|
||||
visitor.visit(m_labels);
|
||||
}
|
||||
|
||||
JS::NonnullGCPtr<DOMStringMap> HTMLElement::dataset()
|
||||
|
|
Loading…
Reference in a new issue