Index: Source/core/workers/WorkerMessagingProxy.h |
diff --git a/Source/core/workers/WorkerMessagingProxy.h b/Source/core/workers/WorkerMessagingProxy.h |
index fb565ce3a08b4e861d6926480a33580bf13e55cf..5816c70ae229db6cb10c09f849f3843f19072238 100644 |
--- a/Source/core/workers/WorkerMessagingProxy.h |
+++ b/Source/core/workers/WorkerMessagingProxy.h |
@@ -86,7 +86,7 @@ |
private: |
static void workerObjectDestroyedInternal(ExecutionContext*, WorkerMessagingProxy*); |
- RefPtrWillBePersistent<ExecutionContext> m_executionContext; |
+ RefPtr<ExecutionContext> m_executionContext; |
OwnPtr<WorkerObjectProxy> m_workerObjectProxy; |
Worker* m_workerObject; |
bool m_mayBeDestroyed; |