| 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 5d63702a572d9a2ba941fe930bf83fc4a1a6629f..2e7adddff7ecc5509c3463d048647d0b244c453f 100644
|
| --- a/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h
|
| +++ b/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h
|
| @@ -99,8 +99,8 @@ private:
|
| // WorkerLoaderProxyProvider
|
| // These methods are called on different threads to schedule loading
|
| // requests and to send callbacks back to WorkerGlobalScope.
|
| - void postTaskToLoader(std::unique_ptr<ExecutionContextTask>) override;
|
| - bool postTaskToWorkerGlobalScope(std::unique_ptr<ExecutionContextTask>) override;
|
| + void postTaskToLoader(const WebTraceLocation&, std::unique_ptr<ExecutionContextTask>) override;
|
| + bool postTaskToWorkerGlobalScope(const WebTraceLocation&, std::unique_ptr<ExecutionContextTask>) override;
|
|
|
| // Returns true if this is called on the parent context thread.
|
| bool isParentContextThread() const;
|
|
|