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

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

Issue 2539443004: Worker: Move ParentFrameTaskRunners from WorkerReportingProxy to ObjectProxy (Closed)
Patch Set: rebase Created 3 years, 11 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/DedicatedWorkerMessagingProxy.cpp
diff --git a/third_party/WebKit/Source/core/workers/DedicatedWorkerMessagingProxy.cpp b/third_party/WebKit/Source/core/workers/DedicatedWorkerMessagingProxy.cpp
index bca10576fc52ddf944cf328e1125d98db48dfcf2..f8b73571bf2f067464400eb2e38b6ceb41b68a15 100644
--- a/third_party/WebKit/Source/core/workers/DedicatedWorkerMessagingProxy.cpp
+++ b/third_party/WebKit/Source/core/workers/DedicatedWorkerMessagingProxy.cpp
@@ -20,7 +20,7 @@ DedicatedWorkerMessagingProxy::~DedicatedWorkerMessagingProxy() {}
std::unique_ptr<WorkerThread> DedicatedWorkerMessagingProxy::createWorkerThread(
double originTime) {
return DedicatedWorkerThread::create(loaderProxy(), workerObjectProxy(),
- originTime);
+ getParentFrameTaskRunners(), originTime);
}
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698