Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp b/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp |
index bb64706e87954b09b8ea578d21c128612944f3f0..f7d6bd6bf6f5aef0681e7910d334d5c17f45b59a 100644 |
--- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp |
+++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp |
@@ -373,7 +373,7 @@ void ThreadDebugger::cancelTimer(void* data) |
} |
} |
-void ThreadDebugger::onTimer(Timer<ThreadDebugger>* timer) |
+void ThreadDebugger::onTimer(TimerBase* timer) |
{ |
for (size_t index = 0; index < m_timers.size(); ++index) { |
if (m_timers[index].get() == timer) { |