mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-23 04:52:39 +00:00
When overriding visit_edges() in a JS::Object subclass, we must make sure to call the base class visit_edges(), or the object's Shape (and any properties) will not get marked.