| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.cpp
|
| index ef8e865ff9caefbeb9abfe19f19a210b6ed930ae..8892a231157d0f04b9063e2fab08f9bfe1a86029 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.cpp
|
| @@ -190,7 +190,7 @@ DEFINE_TRACE(ServiceWorkerContainer)
|
| {
|
| visitor->trace(m_controller);
|
| visitor->trace(m_ready);
|
| - RefCountedGarbageCollectedEventTargetWithInlineData<ServiceWorkerContainer>::trace(visitor);
|
| + EventTargetWithInlineData<ServiceWorkerContainer>::trace(visitor);
|
| ContextLifecycleObserver::trace(visitor);
|
| }
|
|
|
|
|