| 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 6265385117d6afd9f0375c03fe11fd9b8a248f02..3f2e2b2656e9ee13d2dccff3912ac4082c5d8893 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/SpinButtonElement.h
|
| +++ b/third_party/WebKit/Source/core/html/shadow/SpinButtonElement.h
|
| @@ -98,7 +98,7 @@ class CORE_EXPORT SpinButtonElement final : public HTMLDivElement,
|
| bool m_capturing;
|
| UpDownState m_upDownState;
|
| UpDownState m_pressStartingState;
|
| - Timer<SpinButtonElement> m_repeatingTimer;
|
| + TaskRunnerTimer<SpinButtonElement> m_repeatingTimer;
|
| };
|
|
|
| DEFINE_TYPE_CASTS(SpinButtonElement,
|
|
|