mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-26 18:35:47 +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.