| Index: third_party/WebKit/Source/core/html/forms/RangeInputType.h | 
| diff --git a/third_party/WebKit/Source/core/html/forms/RangeInputType.h b/third_party/WebKit/Source/core/html/forms/RangeInputType.h | 
| index 36cd5d1f7fbe93b85ddbbc2e41317fa707e174fd..b4a46650c24c3915fe42e2c5d4ebe1e195f83fd6 100644 | 
| --- a/third_party/WebKit/Source/core/html/forms/RangeInputType.h | 
| +++ b/third_party/WebKit/Source/core/html/forms/RangeInputType.h | 
| @@ -71,9 +71,7 @@ class RangeInputType final : public InputType, public InputTypeView { | 
| void sanitizeValueInResponseToMinOrMaxAttributeChange() override; | 
| void stepAttributeChanged() override; | 
| void warnIfValueIsInvalid(const String&) const override; | 
| -  void setValue(const String&, | 
| -                bool valueChanged, | 
| -                TextFieldEventBehavior) override; | 
| +  void didSetValue(const String&, bool valueChanged) override; | 
| String fallbackValue() const override; | 
| String sanitizeValue(const String& proposedValue) const override; | 
| bool shouldRespectListAttribute() override; | 
|  |