LibWeb: Add a few missing visits to m_rel_list members

This commit is contained in:
Matthew Olsson 2024-05-17 14:06:27 -07:00 committed by Andreas Kling
parent 3ccbc83168
commit 74aeb57631
Notes: sideshowbarker 2024-07-17 06:24:08 +09:00
6 changed files with 16 additions and 0 deletions

View file

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