| Index: third_party/WebKit/Source/core/workers/WorkerThreadStartupData.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerThreadStartupData.h b/third_party/WebKit/Source/core/workers/WorkerThreadStartupData.h
|
| index 728ae120fdee10ce3ec349fe128a1a440f96ee29..7127988f1977818dddee2b270fcd46542bec080f 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThreadStartupData.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThreadStartupData.h
|
| @@ -82,7 +82,7 @@ public:
|
| // to happen on a thread different than the thread creating the
|
| // persistent reference. If the worker thread creation context
|
| // supplies no extra 'clients', m_workerClients can be left as empty/null.
|
| - OwnPtrWillBeCrossThreadPersistent<WorkerClients> m_workerClients;
|
| + OwnPtrWillBeXThreadPersistent<WorkerClients> m_workerClients;
|
|
|
| V8CacheOptions m_v8CacheOptions;
|
|
|
|
|