mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Allow using queuing strategies on globals other than Window
These interfaces are exposed on *, meaning it should work for workers and our newly added shadow realm global object by being stored on the universal global scope mixin.
This commit is contained in:
committed by
Andrew Kaster
parent
13f349aea2
commit
d527c5df5d
@@ -45,6 +45,7 @@ void WorkerGlobalScope::visit_edges(Cell::Visitor& visitor)
|
||||
{
|
||||
Base::visit_edges(visitor);
|
||||
WindowOrWorkerGlobalScopeMixin::visit_edges(visitor);
|
||||
UniversalGlobalScopeMixin::visit_edges(visitor);
|
||||
|
||||
visitor.visit(m_location);
|
||||
visitor.visit(m_navigator);
|
||||
|
||||
Reference in New Issue
Block a user