| Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| index 7686ed779fc3ac98c1788a07141095bb43de3941..3dc90bded3066dc34a558e0e68c534336b4bc6bc 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| @@ -317,7 +317,7 @@ void WebSharedWorkerImpl::postTaskToLoader(
|
|
|
| void WebSharedWorkerImpl::postTaskToWorkerGlobalScope(
|
| const WebTraceLocation& location,
|
| - std::unique_ptr<ExecutionContextTask> task) {
|
| + std::unique_ptr<WTF::CrossThreadClosure> task) {
|
| m_workerThread->postTask(location, std::move(task));
|
| }
|
|
|
|
|