| Index: third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h
|
| diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h b/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h
|
| index d7213448bc955595bcb27967e6283ccf6fbcd12c..3950307d99c09605870ce856fd23665eab0be891 100644
|
| --- a/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h
|
| +++ b/third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.h
|
| @@ -108,7 +108,7 @@ private:
|
| // but made as a member variable for testing.
|
| double m_maxIntervalInSec;
|
|
|
| - Persistent<WorkerGlobalScope> m_workerGlobalScope;
|
| + CrossThreadPersistent<WorkerGlobalScope> m_workerGlobalScope;
|
| };
|
|
|
| } // namespace blink
|
|
|