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