| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| index b64b6fc17ba2567fc04caada969023b1df37e358..7fb6582b62c6cf8a635e76175f47044d89eb5526 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| @@ -90,7 +90,6 @@ ServiceWorkerGlobalScopeProxy::~ServiceWorkerGlobalScopeProxy() {
|
| DEFINE_TRACE(ServiceWorkerGlobalScopeProxy) {
|
| visitor->trace(m_document);
|
| visitor->trace(m_parentFrameTaskRunners);
|
| - visitor->trace(m_pendingPreloadFetchEvents);
|
| }
|
|
|
| void ServiceWorkerGlobalScopeProxy::setRegistration(
|
|
|