| Index: third_party/WebKit/Source/core/workers/ThreadedWorklet.h
|
| diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorklet.h b/third_party/WebKit/Source/core/workers/ThreadedWorklet.h
|
| index 075a9e4fca06c0eaa75852a4a3fe302d37c78b0f..7a4fb4f017ca2c08f2750ad0c04c4f00bc1f3442 100644
|
| --- a/third_party/WebKit/Source/core/workers/ThreadedWorklet.h
|
| +++ b/third_party/WebKit/Source/core/workers/ThreadedWorklet.h
|
| @@ -44,6 +44,7 @@ class CORE_EXPORT ThreadedWorklet : public Worklet,
|
| private:
|
| // Worklet
|
| void FetchAndInvokeScript(const KURL& module_url_record,
|
| + const WorkletOptions&,
|
| ScriptPromiseResolver*) override;
|
|
|
| // Called when addModule() is called for the first time.
|
|
|