| Index: Source/core/html/forms/NumberInputType.h
|
| diff --git a/Source/core/html/forms/NumberInputType.h b/Source/core/html/forms/NumberInputType.h
|
| index 7507a30fa2f58c8d08b9878f601ebb8b6f2e89c9..ca7d97173bb86575aae721065c822df286161ec6 100644
|
| --- a/Source/core/html/forms/NumberInputType.h
|
| +++ b/Source/core/html/forms/NumberInputType.h
|
| @@ -39,10 +39,10 @@ class ExceptionState;
|
|
|
| class NumberInputType : public TextFieldInputType {
|
| public:
|
| - static PassRefPtr<InputType> create(HTMLInputElement*);
|
| + static PassRefPtr<InputType> create(HTMLInputElement&);
|
|
|
| private:
|
| - NumberInputType(HTMLInputElement* element) : TextFieldInputType(element) { }
|
| + NumberInputType(HTMLInputElement& element) : TextFieldInputType(element) { }
|
| virtual void countUsage() OVERRIDE;
|
| virtual const AtomicString& formControlType() const OVERRIDE;
|
| virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE;
|
|
|