mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 10:01:13 +09: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: 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…
Add table
Add a link
Reference in a new issue