| Index: Source/WebCore/html/NumberInputType.h
|
| ===================================================================
|
| --- Source/WebCore/html/NumberInputType.h (revision 139719)
|
| +++ Source/WebCore/html/NumberInputType.h (working copy)
|
| @@ -42,6 +42,7 @@
|
| private:
|
| NumberInputType(HTMLInputElement* element) : TextFieldInputType(element) { }
|
| virtual const AtomicString& formControlType() const OVERRIDE;
|
| + virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE;
|
| virtual double valueAsDouble() const OVERRIDE;
|
| virtual void setValueAsDouble(double, TextFieldEventBehavior, ExceptionCode&) const OVERRIDE;
|
| virtual void setValueAsDecimal(const Decimal&, TextFieldEventBehavior, ExceptionCode&) const OVERRIDE;
|
|
|