mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +00:00
LibWeb: Add a few missing visits to m_rel_list members
This commit is contained in:
parent
3ccbc83168
commit
74aeb57631
Notes:
sideshowbarker
2024-07-17 06:24:08 +09:00
Author: https://github.com/mattco98
Commit: 74aeb57631
Pull-request: https://github.com/SerenityOS/serenity/pull/24350
Reviewed-by: https://github.com/ADKaster ✅
6 changed files with 16 additions and 0 deletions
|
@ -26,6 +26,7 @@ private:
|
|||
HTMLAreaElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
virtual void visit_edges(Cell::Visitor&) override;
|
||||
|
||||
// ^DOM::Element
|
||||
virtual void attribute_changed(FlyString const& name, Optional<String> const& value) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue