| Index: third_party/WebKit/Source/core/workers/WorkerLoaderProxy.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerLoaderProxy.cpp b/third_party/WebKit/Source/core/workers/WorkerLoaderProxy.cpp
|
| index 922d5bc61727b6b23f04e3efa02cddd41a58ef02..7c21c93d3b0d3d3a01aeb5a8d1f1df566ea110bf 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerLoaderProxy.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerLoaderProxy.cpp
|
| @@ -34,7 +34,7 @@ void WorkerLoaderProxy::postTaskToLoader(
|
|
|
| void WorkerLoaderProxy::postTaskToWorkerGlobalScope(
|
| const WebTraceLocation& location,
|
| - std::unique_ptr<ExecutionContextTask> task) {
|
| + std::unique_ptr<WTF::CrossThreadClosure> task) {
|
| MutexLocker locker(m_lock);
|
| if (!m_loaderProxyProvider)
|
| return;
|
|
|