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:
parent
5af058d2b6
commit
6231aee761
2 changed files with 8 additions and 0 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue