Index: third_party/WebKit/Source/platform/AsyncMethodRunner.h |
diff --git a/third_party/WebKit/Source/platform/AsyncMethodRunner.h b/third_party/WebKit/Source/platform/AsyncMethodRunner.h |
index b8ef39ea7b9b60c8d7746ca4608dd188ca6ecfe8..1c7dead1bcdfb8ba1638ec34c1289b2fd77cfee1 100644 |
--- a/third_party/WebKit/Source/platform/AsyncMethodRunner.h |
+++ b/third_party/WebKit/Source/platform/AsyncMethodRunner.h |
@@ -133,7 +133,7 @@ private: |
{ |
} |
- void fired(Timer<AsyncMethodRunner<TargetClass>>*) |
+ void fired(TimerBase*) |
{ |
(m_object->*m_method)(); |
} |