Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(284)

Unified Diff: third_party/WebKit/Source/core/dom/ScriptRunnerTest.cpp

Issue 1373503002: Fix the drift in repeating timers (try #2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try to fix compile Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698