| Index: third_party/WebKit/Source/core/dom/ScriptRunnerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ScriptRunnerTest.cpp b/third_party/WebKit/Source/core/dom/ScriptRunnerTest.cpp
|
| index 813273a32a2860d1bfe95956124c1d64c19b7d8f..f5cf582b10afa5caa7f0638066d5ed9f6dee2da8 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptRunnerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptRunnerTest.cpp
|
| @@ -77,7 +77,7 @@ public:
|
| m_tasks->append(adoptPtr(task));
|
| }
|
|
|
| - void postDelayedTask(const WebTraceLocation&, Task* task, long long delayMs) override
|
| + void postDelayedTask(const WebTraceLocation&, Task* task, double delayMs) override
|
| {
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|