| Index: third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.h b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| index 044b4d30378a233fa3401245a9f68299c5ba62b2..17a044f76fc381be8a4c8ad7a1326ec720f6d781 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| @@ -104,7 +104,7 @@ class CORE_EXPORT ExecutionContext : public ContextLifecycleNotifier,
|
| TaskType,
|
| const WebTraceLocation&,
|
| std::unique_ptr<ExecutionContextTask>,
|
| - const String& taskNameForInstrumentation = emptyString()) = 0;
|
| + const String& taskNameForInstrumentation = emptyString) = 0;
|
|
|
| // Gets the DOMTimerCoordinator which maintains the "active timer
|
| // list" of tasks created by setTimeout and setInterval. The
|
|
|