| Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| index 3ed77a5ea74f09d2ff9f5356cff8334711fd9c57..8582e59307e17180f3eeb4cb6ef47f1eed431fb5 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| @@ -350,8 +350,7 @@ void WorkerGlobalScope::exceptionThrown(ErrorEvent* event) {
|
| }
|
|
|
| void WorkerGlobalScope::removeURLFromMemoryCache(const KURL& url) {
|
| - m_thread->getParentFrameTaskRunners()
|
| - ->get(TaskType::Networking)
|
| + FrameTaskRunnerHelper::get(TaskType::Networking, this)
|
| ->postTask(BLINK_FROM_HERE,
|
| crossThreadBind(&removeURLFromMemoryCacheInternal, url));
|
| }
|
|
|