| Index: third_party/WebKit/Source/core/workers/WorkerThread.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerThread.h b/third_party/WebKit/Source/core/workers/WorkerThread.h
|
| index 752ff21cd5d89114e9063ec25611306eaa1852b7..70a171fb4df8b8e0f3ec78208e9500610923e8e6 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThread.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThread.h
|
| @@ -242,9 +242,9 @@ private:
|
| // |m_threadState|, |m_runningDebuggerTask| and |m_exitCode|.
|
| Mutex m_threadStateMutex;
|
|
|
| - Persistent<ConsoleMessageStorage> m_consoleMessageStorage;
|
| - Persistent<WorkerOrWorkletGlobalScope> m_globalScope;
|
| - Persistent<WorkerInspectorController> m_workerInspectorController;
|
| + CrossThreadPersistent<ConsoleMessageStorage> m_consoleMessageStorage;
|
| + CrossThreadPersistent<WorkerOrWorkletGlobalScope> m_globalScope;
|
| + CrossThreadPersistent<WorkerInspectorController> m_workerInspectorController;
|
|
|
| // Signaled when the thread completes termination on the worker thread.
|
| std::unique_ptr<WaitableEvent> m_shutdownEvent;
|
|
|