| Index: Source/core/html/forms/RangeInputType.h
|
| diff --git a/Source/core/html/forms/RangeInputType.h b/Source/core/html/forms/RangeInputType.h
|
| index cb6d4ec1d56b62f18ccd97b0249edd13cc987de0..df9310407485160296cac05d3e5da2f05a5838e7 100644
|
| --- a/Source/core/html/forms/RangeInputType.h
|
| +++ b/Source/core/html/forms/RangeInputType.h
|
| @@ -45,7 +45,6 @@ public:
|
| private:
|
| RangeInputType(HTMLInputElement&);
|
| virtual void countUsage() OVERRIDE;
|
| - virtual bool isRangeControl() const OVERRIDE;
|
| virtual const AtomicString& formControlType() const OVERRIDE;
|
| virtual double valueAsDouble() const OVERRIDE;
|
| virtual void setValueAsDouble(double, TextFieldEventBehavior, ExceptionState&) const OVERRIDE;
|
|
|