Index: third_party/WebKit/Source/core/animation/AnimationTimeline.h |
diff --git a/third_party/WebKit/Source/core/animation/AnimationTimeline.h b/third_party/WebKit/Source/core/animation/AnimationTimeline.h |
index 58ca7a36765ff3be28363548dafd17cbfbfe882b..9b3f08a9574630926d219929ea82fefaa80782cc 100644 |
--- a/third_party/WebKit/Source/core/animation/AnimationTimeline.h |
+++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.h |
@@ -139,7 +139,7 @@ private: |
void wakeAfter(double duration) override; |
void serviceOnNextFrame() override; |
- void timerFired(Timer<AnimationTimelineTiming>*) { m_timeline->wake(); } |
+ void timerFired(TimerBase*) { m_timeline->wake(); } |
DECLARE_VIRTUAL_TRACE(); |