| Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| index fd2a3cd0dcfeaf94356e625f5e87315d81911b15..2bdc6f876d0972f3d5cf270af73a7e04c4599a55 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -132,7 +132,7 @@ private:
|
|
|
| // WorkerLoaderProxyProvider
|
| 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;
|
|
|
| // 'shadow page' - created to proxy loading requests from the worker.
|
| Persistent<ExecutionContext> m_loadingDocument;
|
|
|