Index: Source/core/html/forms/RangeInputType.h |
diff --git a/Source/core/html/forms/RangeInputType.h b/Source/core/html/forms/RangeInputType.h |
index b1a291e5c2dec774b7ddc0100fba87b54a26fd04..498e129c58eba0845bf6fafbea3dc7c5c68a8ceb 100644 |
--- a/Source/core/html/forms/RangeInputType.h |
+++ b/Source/core/html/forms/RangeInputType.h |
@@ -48,7 +48,7 @@ private: |
virtual bool isRangeControl() const OVERRIDE; |
virtual const AtomicString& formControlType() const OVERRIDE; |
virtual double valueAsDouble() const OVERRIDE; |
- virtual void setValueAsDecimal(const Decimal&, TextFieldEventBehavior, ExceptionState&) const OVERRIDE; |
+ virtual void setValueAsDouble(double, TextFieldEventBehavior, ExceptionState&) const OVERRIDE; |
virtual bool typeMismatchFor(const String&) const OVERRIDE; |
virtual bool supportsRequired() const OVERRIDE; |
virtual StepRange createStepRange(AnyStepHandling) const OVERRIDE; |