| 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 b4a46650c24c3915fe42e2c5d4ebe1e195f83fd6..44eddb4587f3623a0a43d6721294e668e500d361 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/RangeInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/RangeInputType.h
|
| @@ -72,7 +72,6 @@ class RangeInputType final : public InputType, public InputTypeView {
|
| void stepAttributeChanged() override;
|
| void warnIfValueIsInvalid(const String&) const override;
|
| void didSetValue(const String&, bool valueChanged) override;
|
| - String fallbackValue() const override;
|
| String sanitizeValue(const String& proposedValue) const override;
|
| bool shouldRespectListAttribute() override;
|
| void disabledAttributeChanged() override;
|
|
|