| Index: third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h b/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h
|
| index 62698815785163392f69ae8750acf06d941b7f36..50300dd784b90890409ef02eabc053b47b3066aa 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h
|
| @@ -28,6 +28,7 @@ class CORE_EXPORT WorkerOrWorkletGlobalScope : public ExecutionContext {
|
| const WebTraceLocation&,
|
| std::unique_ptr<ExecutionContextTask>,
|
| const String& task_name_for_instrumentation = g_empty_string) final;
|
| + bool CanExecuteScripts(ReasonForCallingCanExecuteScripts) final;
|
|
|
| virtual ScriptWrappable* GetScriptWrappable() const = 0;
|
|
|
|
|