Index: Source/web/WebEmbeddedWorkerImpl.h |
diff --git a/Source/web/WebEmbeddedWorkerImpl.h b/Source/web/WebEmbeddedWorkerImpl.h |
index bf5e3faaea521872be74c6613375e420f6f5b39d..8c4d9d9817fbff3f36a7a4ae054aeedb5c24a969 100644 |
--- a/Source/web/WebEmbeddedWorkerImpl.h |
+++ b/Source/web/WebEmbeddedWorkerImpl.h |
@@ -108,7 +108,7 @@ private: |
RefPtr<WorkerThread> m_workerThread; |
RefPtr<WorkerLoaderProxy> m_loaderProxy; |
OwnPtr<ServiceWorkerGlobalScopeProxy> m_workerGlobalScopeProxy; |
- OwnPtr<WorkerInspectorProxy> m_workerInspectorProxy; |
+ OwnPtrWillBePersistent<WorkerInspectorProxy> m_workerInspectorProxy; |
// 'shadow page' - created to proxy loading requests from the worker. |
// Both WebView and WebFrame objects are close()'ed (where they're |