| Index: Source/core/html/NumberInputType.h
|
| diff --git a/Source/core/html/NumberInputType.h b/Source/core/html/NumberInputType.h
|
| index 866e87398829565b1dccfd9f85b5e16509cd07e2..4ed9d255879c2438f8a75b8eddc8cc0c4ae0de4a 100644
|
| --- a/Source/core/html/NumberInputType.h
|
| +++ b/Source/core/html/NumberInputType.h
|
| @@ -43,7 +43,7 @@ public:
|
|
|
| private:
|
| NumberInputType(HTMLInputElement* element) : TextFieldInputType(element) { }
|
| - virtual void attach() OVERRIDE;
|
| + virtual void countUsage() OVERRIDE;
|
| virtual const AtomicString& formControlType() const OVERRIDE;
|
| virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE;
|
| virtual double valueAsDouble() const OVERRIDE;
|
|
|