| Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| index 505233489d38d01b4454fc5105ce2c12f447a019..56e39c98ac80684b14c25d8e8afba684223fe49f 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| @@ -172,7 +172,7 @@ private:
|
|
|
| Member<WorkerEventQueue> m_eventQueue;
|
|
|
| - Member<WorkerClients> m_workerClients;
|
| + CrossThreadPersistent<WorkerClients> m_workerClients;
|
|
|
| DOMTimerCoordinator m_timers;
|
|
|
|
|