| Index: third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp b/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
|
| index b5277c251dc515b968b5b5520710c30518550714..fdaaf3f39be0df5949ba1f944bec40d991c6f524 100644
|
| --- a/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
|
| @@ -349,7 +349,8 @@ class WorkerThreadableLoaderTestHelper : public ThreadableLoaderTestHelper,
|
| std::unique_ptr<WorkerThreadForTest> m_workerThread;
|
|
|
| std::unique_ptr<DummyPageHolder> m_dummyPageHolder;
|
| - Persistent<ParentFrameTaskRunners> m_parentFrameTaskRunners;
|
| + // Accessed cross-thread when worker thread posts tasks to the parent.
|
| + CrossThreadPersistent<ParentFrameTaskRunners> m_parentFrameTaskRunners;
|
| Checkpoint m_checkpoint;
|
| // |m_loader| must be touched only from the worker thread only.
|
| CrossThreadPersistent<ThreadableLoader> m_loader;
|
|
|