| Index: third_party/WebKit/Source/core/html/forms/RangeInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp b/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp
|
| index 9eb7f880b258eac60f6ae0ec664d56bb1d0792b3..3e58947e03c6028f4ef0b5ac3d3b9c94b0405e61 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp
|
| @@ -282,11 +282,7 @@ void RangeInputType::stepAttributeChanged() {
|
| element().updateView();
|
| }
|
|
|
| -void RangeInputType::setValue(const String& value,
|
| - bool valueChanged,
|
| - TextFieldEventBehavior eventBehavior) {
|
| - InputType::setValue(value, valueChanged, eventBehavior);
|
| -
|
| +void RangeInputType::didSetValue(const String&, bool valueChanged) {
|
| if (valueChanged)
|
| element().updateView();
|
| }
|
|
|