mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
LibWeb: Visit WorkerAgent from Worker
This commit is contained in:
parent
1602663b9e
commit
cf7b13c708
Notes:
sideshowbarker
2024-07-16 22:16:50 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/cf7b13c708 Pull-request: https://github.com/SerenityOS/serenity/pull/22021
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…
Reference in a new issue