| Index: third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h
|
| diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h b/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h
|
| index 87064e259ea923b6629a62e88e96216533e91440..aa922e7e79cf4036e9e834584eb57630663a40d9 100644
|
| --- a/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h
|
| +++ b/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h
|
| @@ -99,7 +99,7 @@ private:
|
| // These methods are called on different threads to schedule loading
|
| // requests and to send callbacks back to WorkerGlobalScope.
|
| void postTaskToLoader(const WebTraceLocation&, std::unique_ptr<ExecutionContextTask>) override;
|
| - bool postTaskToWorkerGlobalScope(const WebTraceLocation&, std::unique_ptr<ExecutionContextTask>) override;
|
| + void postTaskToWorkerGlobalScope(const WebTraceLocation&, std::unique_ptr<ExecutionContextTask>) override;
|
|
|
| // Returns true if this is called on the parent context thread.
|
| bool isParentContextThread() const;
|
|
|