| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| index 3faf0079c72b158ae5cb6c10bcfc19a086e5897b..c8886afe3a9246ecb2f3c21303f09b74c48dc150 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -119,7 +119,7 @@ private:
|
|
|
| WebServiceWorkerContextClient* m_client;
|
|
|
| - Member<ServiceWorkerGlobalScope> m_workerGlobalScope;
|
| + CrossThreadPersistent<ServiceWorkerGlobalScope> m_workerGlobalScope;
|
| };
|
|
|
| } // namespace blink
|
|
|