| Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
|
| index 0d7db6f9ef8dfa34eaadc6988d51183285687bfa..71295710b7d0f3a234fa9feeabc0dba07f65975c 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
|
| @@ -105,7 +105,7 @@ class WebEmbeddedWorkerImpl final : public WebEmbeddedWorker,
|
| std::unique_ptr<ExecutionContextTask>) override;
|
| void postTaskToWorkerGlobalScope(
|
| const WebTraceLocation&,
|
| - std::unique_ptr<ExecutionContextTask>) override;
|
| + std::unique_ptr<WTF::CrossThreadClosure>) override;
|
|
|
| WebEmbeddedWorkerStartData m_workerStartData;
|
|
|
|
|