Index: Source/core/workers/WorkerMessagingProxy.h |
diff --git a/Source/core/workers/WorkerMessagingProxy.h b/Source/core/workers/WorkerMessagingProxy.h |
index c0fab0dd5b659a191015951a4128bacb8585307f..d7db534f4b680d8bbebcd748fdd38e6ebdc69c5c 100644 |
--- a/Source/core/workers/WorkerMessagingProxy.h |
+++ b/Source/core/workers/WorkerMessagingProxy.h |
@@ -96,7 +96,7 @@ private: |
RefPtrWillBePersistent<ExecutionContext> m_executionContext; |
OwnPtr<WorkerObjectProxy> m_workerObjectProxy; |
- InProcessWorkerBase* m_workerObject; |
+ RawPtrWillBeWeakPersistent<InProcessWorkerBase> m_workerObject; |
bool m_mayBeDestroyed; |
RefPtr<WorkerThread> m_workerThread; |