mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 08:32:04 +02:00
AbstractBrowsingContext has a subclass RemoteBrowsingContext without a visit_edges() override (and it doesn't really need one). But currently, we rely on subclasses visiting AbstractBrowsingContext's opener BC. This adds a visit_edges() to AbstractBrowsingContext to explicitly visit the opener BC itself.
381 B
381 B