Chromium Code Reviews| Index: third_party/WebKit/Source/core/workers/WorkerMessagingProxy.h |
| diff --git a/third_party/WebKit/Source/core/workers/WorkerMessagingProxy.h b/third_party/WebKit/Source/core/workers/WorkerMessagingProxy.h |
| index 95d31d048ef2485a4493b5084d964c05c84e7763..8650045113191117d38b76656ee65f42751eba87 100644 |
| --- a/third_party/WebKit/Source/core/workers/WorkerMessagingProxy.h |
| +++ b/third_party/WebKit/Source/core/workers/WorkerMessagingProxy.h |
| @@ -110,7 +110,7 @@ private: |
| Vector<OwnPtr<ExecutionContextTask>> m_queuedEarlyTasks; // Tasks are queued here until there's a thread object created. |
| OwnPtrWillBePersistent<WorkerInspectorProxy> m_workerInspectorProxy; |
| - OwnPtrWillBePersistent<WorkerClients> m_workerClients; |
| + OwnPtrWillBeXThreadPersistent<WorkerClients> m_workerClients; |
|
haraken
2016/01/07 08:06:21
Just to confirm: WorkerMessagingProxy (and the Per
|
| RefPtr<WorkerLoaderProxy> m_loaderProxy; |
| }; |