mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-25 17:15:44 +00:00
LibWeb: Visit proper base class in SyntheticHostDefined
This was a goof of mine from when I added a common HostDefined base class.
This commit is contained in:
committed by
Andreas Kling
parent
b39f4f0b5a
commit
27f1e3676f
@@ -13,7 +13,7 @@ namespace Web::Bindings {
|
||||
|
||||
void SyntheticHostDefined::visit_edges(JS::Cell::Visitor& visitor)
|
||||
{
|
||||
JS::Realm::HostDefined::visit_edges(visitor);
|
||||
HostDefined::visit_edges(visitor);
|
||||
synthetic_realm_settings.visit_edges(visitor);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user