| 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 e1279681c775a4663ef76de23714222eb4d5b087..cb452f1df8cdaf76467516ef23c4aa13cce32ce9 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp
|
| @@ -295,10 +295,6 @@ void RangeInputType::updateView() {
|
| sliderThumbElement()->setPositionFromValue();
|
| }
|
|
|
| -String RangeInputType::fallbackValue() const {
|
| - return serializeForNumberType(createStepRange(RejectAny).defaultValue());
|
| -}
|
| -
|
| String RangeInputType::sanitizeValue(const String& proposedValue) const {
|
| StepRange stepRange(createStepRange(RejectAny));
|
| const Decimal proposedNumericValue =
|
|
|