| 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 6a91b68eba8aa252d044e7225238c53526c93423..ad2494267420572c21ea99847b0bcd235aa366d2 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h
|
| @@ -21,6 +21,10 @@ class CORE_EXPORT WorkerOrWorkletGlobalScope : public ExecutionContext {
|
|
|
| // ExecutionContext
|
| bool isWorkerOrWorkletGlobalScope() const final { return true; }
|
| + void postTask(TaskType,
|
| + const WebTraceLocation&,
|
| + std::unique_ptr<ExecutionContextTask>,
|
| + const String& taskNameForInstrumentation = emptyString()) final;
|
|
|
| virtual ScriptWrappable* getScriptWrappable() const = 0;
|
| virtual WorkerOrWorkletScriptController* scriptController() = 0;
|
|
|