| Index: Source/core/html/forms/InputType.cpp
|
| diff --git a/Source/core/html/forms/InputType.cpp b/Source/core/html/forms/InputType.cpp
|
| index 856a28699a0ce8fee963e7f1fbe13cdcdffca490..29765d2a0fb08cad7c84f9b33b645c3a21d3d4c6 100644
|
| --- a/Source/core/html/forms/InputType.cpp
|
| +++ b/Source/core/html/forms/InputType.cpp
|
| @@ -836,7 +836,7 @@ void InputType::stepUp(int n, ExceptionState& exceptionState)
|
| applyStep(current, n, RejectAny, DispatchNoEvent, exceptionState);
|
| }
|
|
|
| -void InputType::stepUpFromRenderer(int n)
|
| +void InputType::stepUpFromLayoutObject(int n)
|
| {
|
| // The only difference from stepUp()/stepDown() is the extra treatment
|
| // of the current value before applying the step:
|
|
|