Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(664)

Unified Diff: third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.cpp

Issue 2716853002: (WIP) Worker: Merge ParentFrameTaskRunners into TaskRunnerHelper
Patch Set: WIP Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.cpp
diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.cpp b/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.cpp
index 1dc697480e4a76da445078937fa6a0adc325234f..8fc870a191229e04239d979b03c1842324e43df0 100644
--- a/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.cpp
+++ b/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.cpp
@@ -66,8 +66,8 @@ InProcessWorkerMessagingProxy::InProcessWorkerMessagingProxy(
m_workerObject(workerObject),
m_workerClients(workerClients),
m_weakPtrFactory(this) {
- m_workerObjectProxy = InProcessWorkerObjectProxy::create(
- m_weakPtrFactory.createWeakPtr(), getParentFrameTaskRunners());
+ m_workerObjectProxy =
+ InProcessWorkerObjectProxy::create(m_weakPtrFactory.createWeakPtr());
}
InProcessWorkerMessagingProxy::~InProcessWorkerMessagingProxy() {

Powered by Google App Engine
This is Rietveld 408576698