Index: Source/core/workers/WorkerMessagingProxy.h |
diff --git a/Source/core/workers/WorkerMessagingProxy.h b/Source/core/workers/WorkerMessagingProxy.h |
index 9890969197ae76aa8b3e1d88a14b5ba384626af1..18dc178ed4750cab0ad3236285f67c0b6ea3a6e0 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; |