| 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) {
 | 
| 
 |