| Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| index 6cad1af7362405932499962270d3995d9811bbcd..6b19d23264fff8c843e8f28be1130785f55894e9 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| @@ -131,7 +131,7 @@ class CORE_EXPORT WorkerGlobalScope
|
| void postTask(TaskType,
|
| const WebTraceLocation&,
|
| std::unique_ptr<ExecutionContextTask>,
|
| - const String& taskNameForInstrumentation) final;
|
| + const String& taskNameForInstrumentation = emptyString()) final;
|
|
|
| DOMTimerCoordinator* timers() final { return &m_timers; }
|
| SecurityContext& securityContext() final { return *this; }
|
|
|