| 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 63fed23471d3430ef19c783d27c38d5e02007f96..be0efe9805d890fc94925dae35120b2c448c34e2 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/SearchInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/SearchInputType.h
|
| @@ -59,7 +59,7 @@ class SearchInputType final : public BaseTextInputType {
|
| void startSearchEventTimer();
|
| void updateCancelButtonVisibility();
|
|
|
| - Timer<SearchInputType> m_searchEventTimer;
|
| + TaskRunnerTimer<SearchInputType> m_searchEventTimer;
|
| };
|
|
|
| } // namespace blink
|
|
|