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

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

Issue 2840473002: Worker: Remove WorkerLoaderProxy for clean-up (Closed)
Patch Set: clean up Created 3 years, 7 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 4963e9004f91d47dc28fab16ec5c329ed4dcbeff..37a4c0bcd75df8241429b0111bdd7a0cc28805ea 100644
--- a/third_party/WebKit/Source/core/workers/DedicatedWorkerMessagingProxy.cpp
+++ b/third_party/WebKit/Source/core/workers/DedicatedWorkerMessagingProxy.cpp
@@ -19,8 +19,8 @@ DedicatedWorkerMessagingProxy::~DedicatedWorkerMessagingProxy() {}
std::unique_ptr<WorkerThread> DedicatedWorkerMessagingProxy::CreateWorkerThread(
double origin_time) {
- return DedicatedWorkerThread::Create(LoaderProxy(), WorkerObjectProxy(),
- origin_time);
+ return DedicatedWorkerThread::Create(GetThreadableLoadingContext(),
+ WorkerObjectProxy(), origin_time);
}
bool DedicatedWorkerMessagingProxy::IsAtomicsWaitAllowed() {
« no previous file with comments | « third_party/WebKit/Source/core/workers/BUILD.gn ('k') | third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698