| Index: Source/web/WebEmbeddedWorkerImpl.cpp
|
| diff --git a/Source/web/WebEmbeddedWorkerImpl.cpp b/Source/web/WebEmbeddedWorkerImpl.cpp
|
| index d2c37e150e73ac79c866fcc27f0a520b484465cb..20eb0a10b0201dd70efe53ef56248963d9630395 100644
|
| --- a/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/Source/web/WebEmbeddedWorkerImpl.cpp
|
| @@ -267,7 +267,7 @@
|
|
|
| void WebEmbeddedWorkerImpl::postTaskToLoader(PassOwnPtr<ExecutionContextTask> task)
|
| {
|
| - toWebLocalFrameImpl(m_mainFrame)->frame()->document()->postTask(FROM_HERE, task);
|
| + toWebLocalFrameImpl(m_mainFrame)->frame()->document()->postTask(task);
|
| }
|
|
|
| bool WebEmbeddedWorkerImpl::postTaskToWorkerGlobalScope(PassOwnPtr<ExecutionContextTask> task)
|
|
|