| Index: Source/core/html/NumberInputType.h
|
| diff --git a/Source/core/html/NumberInputType.h b/Source/core/html/NumberInputType.h
|
| index 4ed9d255879c2438f8a75b8eddc8cc0c4ae0de4a..5b201c451ca610bf2bcab3bef4d8e8f092aed897 100644
|
| --- a/Source/core/html/NumberInputType.h
|
| +++ b/Source/core/html/NumberInputType.h
|
| @@ -39,7 +39,7 @@ class ExceptionState;
|
|
|
| class NumberInputType : public TextFieldInputType {
|
| public:
|
| - static PassOwnPtr<InputType> create(HTMLInputElement*);
|
| + static PassRefPtr<InputType> create(HTMLInputElement*);
|
|
|
| private:
|
| NumberInputType(HTMLInputElement* element) : TextFieldInputType(element) { }
|
|
|