| Index: Source/modules/serviceworkers/StashedPortCollection.cpp
|
| diff --git a/Source/modules/serviceworkers/StashedPortCollection.cpp b/Source/modules/serviceworkers/StashedPortCollection.cpp
|
| index 6e07294789bc7ab0413c687c77f344b65bce7534..31fa906c8a31a82176c857e2165eb9e17464790d 100644
|
| --- a/Source/modules/serviceworkers/StashedPortCollection.cpp
|
| +++ b/Source/modules/serviceworkers/StashedPortCollection.cpp
|
| @@ -53,6 +53,7 @@ ExecutionContext* StashedPortCollection::executionContext() const
|
|
|
| DEFINE_TRACE(StashedPortCollection)
|
| {
|
| + visitor->trace(m_ports);
|
| EventTargetWithInlineData::trace(visitor);
|
| ContextLifecycleObserver::trace(visitor);
|
| }
|
|
|