| Index: third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.h
 | 
| diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.h b/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.h
 | 
| index cedc88b22500bde680f0fe778fa38484c96503cc..076bdd37a1cf70ae1713e5f98e007e9fae247982 100644
 | 
| --- a/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.h
 | 
| +++ b/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.h
 | 
| @@ -25,6 +25,7 @@ class CORE_EXPORT ThreadedWorkletMessagingProxy
 | 
|   public:
 | 
|    // WorkletGlobalScopeProxy implementation.
 | 
|    void FetchAndInvokeScript(const KURL& module_url_record,
 | 
| +                            WorkletModuleResponsesMap*,
 | 
|                              WebURLRequest::FetchCredentialsMode,
 | 
|                              RefPtr<WebTaskRunner> outside_settings_task_runner,
 | 
|                              WorkletPendingTasks*) final;
 | 
| 
 |