summaryrefslogtreecommitdiffstats
path: root/WebCore/html/RangeInputType.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/RangeInputType.h')
-rw-r--r--WebCore/html/RangeInputType.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/html/RangeInputType.h b/WebCore/html/RangeInputType.h
index 14280e8..c2bbb0f 100644
--- a/WebCore/html/RangeInputType.h
+++ b/WebCore/html/RangeInputType.h
@@ -41,7 +41,6 @@ public:
private:
RangeInputType(HTMLInputElement* element) : InputType(element) { }
- virtual bool isRangeControl() const;
virtual const AtomicString& formControlType() const;
virtual double valueAsNumber() const;
virtual void setValueAsNumber(double, ExceptionCode&) const;