| Index: Source/core/workers/WorkerMessagingProxy.h
 | 
| diff --git a/Source/core/workers/WorkerMessagingProxy.h b/Source/core/workers/WorkerMessagingProxy.h
 | 
| index c0fab0dd5b659a191015951a4128bacb8585307f..9890969197ae76aa8b3e1d88a14b5ba384626af1 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;
 | 
| +    WeakPersistent<InProcessWorkerBase> m_workerObject;
 | 
|      bool m_mayBeDestroyed;
 | 
|      RefPtr<WorkerThread> m_workerThread;
 | 
|  
 | 
| 
 |