Index: third_party/WebKit/Source/core/html/shadow/SpinButtonElement.h |
diff --git a/third_party/WebKit/Source/core/html/shadow/SpinButtonElement.h b/third_party/WebKit/Source/core/html/shadow/SpinButtonElement.h |
index e7f9d56e43a24ea7c099b12bf995889b71a774ba..d659708b61d9cbfc82a9bfdd9d92a9834cd83553 100644 |
--- a/third_party/WebKit/Source/core/html/shadow/SpinButtonElement.h |
+++ b/third_party/WebKit/Source/core/html/shadow/SpinButtonElement.h |
@@ -86,7 +86,7 @@ private: |
void doStepAction(int); |
void startRepeatingTimer(); |
void stopRepeatingTimer(); |
- void repeatingTimerFired(Timer<SpinButtonElement>*); |
+ void repeatingTimerFired(TimerBase*); |
void setHovered(bool = true) override; |
bool shouldRespondToMouseEvents(); |
bool isMouseFocusable() const override { return false; } |