1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:37:45 +00:00

LibWeb: Add a visit_edges for DOM/Event

This commit is contained in:
Hendiadyoin1 2022-09-13 16:05:51 +02:00 committed by Andreas Kling
parent e68a35611b
commit 34439a04e8
2 changed files with 18 additions and 0 deletions

View file

@ -146,6 +146,7 @@ public:
protected:
void initialize_event(String const&, bool, bool);
virtual void visit_edges(Visitor&) override;
private:
FlyString m_type;