| 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 668a0045422d59985e70709ccdd6ad402927f4a9..c84ee6be807c2dd8b0c357e842dfb49207033f53 100644
|
| --- a/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
|
| @@ -322,11 +322,10 @@ private:
|
| document().postTask(location, std::move(task));
|
| }
|
|
|
| - bool postTaskToWorkerGlobalScope(const WebTraceLocation& location, std::unique_ptr<ExecutionContextTask> task) override
|
| + void postTaskToWorkerGlobalScope(const WebTraceLocation& location, std::unique_ptr<ExecutionContextTask> task) override
|
| {
|
| ASSERT(m_workerThread);
|
| m_workerThread->postTask(location, std::move(task));
|
| - return true;
|
| }
|
|
|
| RefPtr<SecurityOrigin> m_securityOrigin;
|
|
|