Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h |
diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h |
index 8c4d9d9817fbff3f36a7a4ae054aeedb5c24a969..55f53bb24681564fb873371d64fe3f77e4cc644c 100644 |
--- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h |
+++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h |
@@ -107,7 +107,7 @@ private: |
RefPtr<WorkerThread> m_workerThread; |
RefPtr<WorkerLoaderProxy> m_loaderProxy; |
- OwnPtr<ServiceWorkerGlobalScopeProxy> m_workerGlobalScopeProxy; |
+ OwnPtrWillBePersistent<ServiceWorkerGlobalScopeProxy> m_workerGlobalScopeProxy; |
OwnPtrWillBePersistent<WorkerInspectorProxy> m_workerInspectorProxy; |
// 'shadow page' - created to proxy loading requests from the worker. |