| Index: third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h b/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
|
| index 7c7e06fca00f24a6f6a5eb4be55d67f8913d0536..9cd4e0d7d4c60a351ce7bf4b19c96930d055f519 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
|
| @@ -46,7 +46,7 @@ class MockWorkerLoaderProxyProvider : public WorkerLoaderProxyProvider {
|
|
|
| void postTaskToWorkerGlobalScope(
|
| const WebTraceLocation&,
|
| - std::unique_ptr<ExecutionContextTask>) override {
|
| + std::unique_ptr<WTF::CrossThreadClosure>) override {
|
| NOTIMPLEMENTED();
|
| }
|
| };
|
|
|