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

Unified Diff: third_party/WebKit/Source/modules/webaudio/AudioWorkletMessagingProxy.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/modules/webaudio/AudioWorkletMessagingProxy.cpp
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioWorkletMessagingProxy.cpp b/third_party/WebKit/Source/modules/webaudio/AudioWorkletMessagingProxy.cpp
index fca1589f97bd12a1bf82b39429b59e58363f9782..d3513259b25d8d0ce9235d2a8ee7f2d85fdbc60d 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioWorkletMessagingProxy.cpp
+++ b/third_party/WebKit/Source/modules/webaudio/AudioWorkletMessagingProxy.cpp
@@ -17,7 +17,8 @@ AudioWorkletMessagingProxy::~AudioWorkletMessagingProxy() {}
std::unique_ptr<WorkerThread> AudioWorkletMessagingProxy::CreateWorkerThread(
double origin_time) {
- return AudioWorkletThread::Create(LoaderProxy(), WorkletObjectProxy());
+ return AudioWorkletThread::Create(GetThreadableLoadingContext(),
+ WorkletObjectProxy());
}
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698