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

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

Issue 2939773005: [POC] Implement "module responses map" concept (Closed)
Patch Set: rebase Created 3 years, 5 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/ThreadedWorkletMessagingProxy.cpp
diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.cpp b/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.cpp
index 916a6d24e6ef3f78d19978f1f7256bbfba8f25dc..6e7949d5dc97cfe99319042a273732037a32fc12 100644
--- a/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.cpp
+++ b/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.cpp
@@ -126,6 +126,7 @@ DEFINE_TRACE(ThreadedWorkletMessagingProxy) {
void ThreadedWorkletMessagingProxy::FetchAndInvokeScript(
const KURL& module_url_record,
+ WorkletModuleResponsesMap*,
WebURLRequest::FetchCredentialsMode credentials_mode,
RefPtr<WebTaskRunner> outside_settings_task_runner,
WorkletPendingTasks* pending_tasks) {

Powered by Google App Engine
This is Rietveld 408576698