diff options
Diffstat (limited to 'Libraries/LibJS/Runtime/Shape.h')
-rw-r--r-- | Libraries/LibJS/Runtime/Shape.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibJS/Runtime/Shape.h b/Libraries/LibJS/Runtime/Shape.h index 279462e927..aef09cd375 100644 --- a/Libraries/LibJS/Runtime/Shape.h +++ b/Libraries/LibJS/Runtime/Shape.h @@ -102,7 +102,7 @@ public: private: virtual const char* class_name() const override { return "Shape"; } - virtual void visit_children(Visitor&) override; + virtual void visit_edges(Visitor&) override; void ensure_property_table() const; |