mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:27:43 +00:00
LibWeb: Add a visit_edges for DOM/Event
This commit is contained in:
parent
e68a35611b
commit
34439a04e8
2 changed files with 18 additions and 0 deletions
|
@ -146,6 +146,7 @@ public:
|
|||
|
||||
protected:
|
||||
void initialize_event(String const&, bool, bool);
|
||||
virtual void visit_edges(Visitor&) override;
|
||||
|
||||
private:
|
||||
FlyString m_type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue