| 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 a033f4de9590e9567c385983ee38f1e8f9762b07..b22cbb9e1c811ec68ec3df40b39c02920899ae12 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
|
| @@ -43,10 +43,9 @@ public:
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| - bool postTaskToWorkerGlobalScope(const WebTraceLocation&, std::unique_ptr<ExecutionContextTask>) override
|
| + void postTaskToWorkerGlobalScope(const WebTraceLocation&, std::unique_ptr<ExecutionContextTask>) override
|
| {
|
| NOTIMPLEMENTED();
|
| - return false;
|
| }
|
| };
|
|
|
|
|