| Index: third_party/WebKit/Source/core/workers/ThreadedWorklet.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorklet.cpp b/third_party/WebKit/Source/core/workers/ThreadedWorklet.cpp
|
| index 972f81a1f8debb19248df22512a22646109a0ec1..7ebd858623274338dc5f0da00b9d9f60b316c39c 100644
|
| --- a/third_party/WebKit/Source/core/workers/ThreadedWorklet.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/ThreadedWorklet.cpp
|
| @@ -19,6 +19,7 @@ ThreadedWorklet::ThreadedWorklet(LocalFrame* frame)
|
| : Worklet(frame), frame_(frame) {}
|
|
|
| void ThreadedWorklet::FetchAndInvokeScript(const KURL& module_url_record,
|
| + const WorkletOptions&,
|
| ScriptPromiseResolver* resolver) {
|
| DCHECK(IsMainThread());
|
| if (!GetExecutionContext())
|
|
|