Index: third_party/WebKit/Source/core/html/forms/SearchInputType.h |
diff --git a/third_party/WebKit/Source/core/html/forms/SearchInputType.h b/third_party/WebKit/Source/core/html/forms/SearchInputType.h |
index b97cb8673ee1bcfdb1366894c9173191beb5d8f0..d36c2edeeb8dbd3b58b0cab7f7462e2d17ed9920 100644 |
--- a/third_party/WebKit/Source/core/html/forms/SearchInputType.h |
+++ b/third_party/WebKit/Source/core/html/forms/SearchInputType.h |
@@ -54,7 +54,7 @@ private: |
const AtomicString& defaultAutocapitalize() const override; |
void dispatchSearchEvent() override; |
- void searchEventTimerFired(Timer<SearchInputType>*); |
+ void searchEventTimerFired(TimerBase*); |
bool searchEventsShouldBeDispatched() const; |
void startSearchEventTimer(); |
void updateCancelButtonVisibility(); |