| Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| index 8a516063a6010e1f50ec8feb18a62dee900e4703..dbc9cc1ee2676ad7c05ba896a4398fffb299102d 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| @@ -274,7 +274,7 @@ void WebEmbeddedWorkerImpl::postTaskToLoader(
|
|
|
| void WebEmbeddedWorkerImpl::postTaskToWorkerGlobalScope(
|
| const WebTraceLocation& location,
|
| - std::unique_ptr<ExecutionContextTask> task) {
|
| + std::unique_ptr<WTF::CrossThreadClosure> task) {
|
| if (m_askedToTerminate || !m_workerThread)
|
| return;
|
| m_workerThread->postTask(location, std::move(task));
|
|
|