| 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 c01bc4c06dc6c152160b8336b53d2ea18076630f..c3a6a22afb3405799b80dce7dc56fbc5abdaf74f 100644
|
| --- a/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
|
| @@ -238,8 +238,8 @@ class WorkerThreadableLoaderTestHelper : public ThreadableLoaderTestHelper,
|
| m_securityOrigin = document().getSecurityOrigin();
|
| m_parentFrameTaskRunners =
|
| ParentFrameTaskRunners::create(&m_dummyPageHolder->frame());
|
| - m_workerThread = WTF::wrapUnique(
|
| - new WorkerThreadForTest(this, *m_mockWorkerReportingProxy));
|
| + m_workerThread = WTF::wrapUnique(new WorkerThreadForTest(
|
| + this, *m_mockWorkerReportingProxy, m_parentFrameTaskRunners.get()));
|
|
|
| expectWorkerLifetimeReportingCalls();
|
| m_workerThread->startWithSourceCode(m_securityOrigin.get(),
|
|
|