Index: Source/core/html/forms/InputType.h |
diff --git a/Source/core/html/forms/InputType.h b/Source/core/html/forms/InputType.h |
index 94ddda88791670b97f5b69af1b66fd538a07cb24..ad43aefb353d27517550308796f4a0121744429c 100644 |
--- a/Source/core/html/forms/InputType.h |
+++ b/Source/core/html/forms/InputType.h |
@@ -237,6 +237,9 @@ protected: |
Decimal parseToNumberOrNaN(const String&) const; |
void countUsageIfVisible(UseCounter::Feature) const; |
+ // Derive the step base, following the HTML algorithm steps. |
+ Decimal findStepBase(const Decimal&) const; |
+ |
private: |
// Helper for stepUp()/stepDown(). Adds step value * count to the current value. |
void applyStep(int count, AnyStepHandling, TextFieldEventBehavior, ExceptionState&); |