LibWeb: Add a missing visit in HTMLFormElement

This commit is contained in:
Matthew Olsson 2024-04-05 11:09:35 -07:00 committed by Andreas Kling
parent a0802b6e29
commit 4701c4bb01
Notes: sideshowbarker 2024-07-17 04:32:07 +09:00

View file

@ -61,6 +61,7 @@ void HTMLFormElement::visit_edges(Cell::Visitor& visitor)
visitor.visit(m_elements);
for (auto& element : m_associated_elements)
visitor.visit(element);
visitor.visit(m_planned_navigation);
}
// https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#implicit-submission