mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 07:45:07 +00:00
LibWeb: Visit WorkerAgent from Worker
This commit is contained in:
parent
1602663b9e
commit
cf7b13c708
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ void Worker::visit_edges(Cell::Visitor& visitor)
|
|||
Base::visit_edges(visitor);
|
||||
visitor.visit(m_document);
|
||||
visitor.visit(m_outside_port);
|
||||
visitor.visit(m_agent);
|
||||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/workers.html#dom-worker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue