| Index: third_party/WebKit/Source/core/testing/NullExecutionContext.h
|
| diff --git a/third_party/WebKit/Source/core/testing/NullExecutionContext.h b/third_party/WebKit/Source/core/testing/NullExecutionContext.h
|
| index a4617fff133c01df2c177950cf7f74abc81600a7..c78bd05f2a83562e27c404d092141790071e387e 100644
|
| --- a/third_party/WebKit/Source/core/testing/NullExecutionContext.h
|
| +++ b/third_party/WebKit/Source/core/testing/NullExecutionContext.h
|
| @@ -32,7 +32,7 @@ class NullExecutionContext final
|
| TaskType,
|
| const WebTraceLocation&,
|
| std::unique_ptr<ExecutionContextTask>,
|
| - const String& taskNameForInstrumentation = emptyString()) override;
|
| + const String& taskNameForInstrumentation = emptyString) override;
|
|
|
| EventTarget* errorEventTarget() override { return nullptr; }
|
| EventQueue* getEventQueue() const override { return m_queue.get(); }
|
|
|