| 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 156c1fc7caf5a4ab64e3f3faa68c6aed5d5b1c80..9104ebffdf62570196884c069d33037e4cb2dbf6 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| @@ -85,7 +85,6 @@ ServiceWorkerGlobalScopeProxy::~ServiceWorkerGlobalScopeProxy()
|
| DEFINE_TRACE(ServiceWorkerGlobalScopeProxy)
|
| {
|
| visitor->trace(m_document);
|
| - visitor->trace(m_workerGlobalScope);
|
| }
|
|
|
| void ServiceWorkerGlobalScopeProxy::setRegistration(std::unique_ptr<WebServiceWorkerRegistration::Handle> handle)
|
|
|