mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09: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: 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…
Add table
Add a link
Reference in a new issue