| Index: third_party/WebKit/Source/modules/worklet/Worklet.h
|
| diff --git a/third_party/WebKit/Source/modules/worklet/Worklet.h b/third_party/WebKit/Source/modules/worklet/Worklet.h
|
| index 99b87fb60faacac8af410efd2baef85223139d46..9494a77f6e1be778606c355c0dd0a8539dc473e6 100644
|
| --- a/third_party/WebKit/Source/modules/worklet/Worklet.h
|
| +++ b/third_party/WebKit/Source/modules/worklet/Worklet.h
|
| @@ -41,7 +41,7 @@ protected:
|
| explicit Worklet(ExecutionContext*);
|
|
|
| private:
|
| - void onResponse();
|
| + void onResponse(WorkerScriptLoader*);
|
| void onFinished(WorkerScriptLoader*, ScriptPromiseResolver*);
|
|
|
| Vector<RefPtr<WorkerScriptLoader>> m_scriptLoaders;
|
|
|