| Index: Source/core/html/RangeInputType.h
|
| diff --git a/Source/core/html/RangeInputType.h b/Source/core/html/RangeInputType.h
|
| index d1a1178b69204bff3279d8cf57b6d5f0410fb4ce..90c24b2de2d6b40fea40bcf2b91250b6ce6dac8c 100644
|
| --- a/Source/core/html/RangeInputType.h
|
| +++ b/Source/core/html/RangeInputType.h
|
| @@ -44,7 +44,7 @@ public:
|
|
|
| private:
|
| RangeInputType(HTMLInputElement*);
|
| - virtual void attach() OVERRIDE;
|
| + virtual void countUsage() OVERRIDE;
|
| virtual bool isRangeControl() const OVERRIDE;
|
| virtual const AtomicString& formControlType() const OVERRIDE;
|
| virtual double valueAsDouble() const OVERRIDE;
|
|
|