Index: Source/core/workers/WorkerMessagingProxy.h |
diff --git a/Source/core/workers/WorkerMessagingProxy.h b/Source/core/workers/WorkerMessagingProxy.h |
index c0fab0dd5b659a191015951a4128bacb8585307f..af3d0fb9a9a109369bb5f066dd4d45e93fbd182c 100644 |
--- a/Source/core/workers/WorkerMessagingProxy.h |
+++ b/Source/core/workers/WorkerMessagingProxy.h |
@@ -106,7 +106,7 @@ private: |
bool m_askedToTerminate; |
Vector<OwnPtr<ExecutionContextTask>> m_queuedEarlyTasks; // Tasks are queued here until there's a thread object created. |
- OwnPtr<WorkerInspectorProxy> m_workerInspectorProxy; |
+ OwnPtrWillBePersistent<WorkerInspectorProxy> m_workerInspectorProxy; |
OwnPtrWillBePersistent<WorkerClients> m_workerClients; |