1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:17:45 +00:00

LibWeb: Add missing DOMRectList::visit_edges

This commit is contained in:
Luke Wilde 2024-01-01 16:31:00 +00:00 committed by Andreas Kling
parent 5af058d2b6
commit 6231aee761
2 changed files with 8 additions and 0 deletions

View file

@ -33,6 +33,7 @@ private:
DOMRectList(JS::Realm&, Vector<JS::NonnullGCPtr<DOMRect>>);
virtual void initialize(JS::Realm&) override;
virtual void visit_edges(Cell::Visitor&) override;
// ^Bindings::LegacyPlatformObject
virtual bool supports_indexed_properties() const override { return true; }