| Index: Source/core/html/TextInputType.h
|
| diff --git a/Source/core/html/TextInputType.h b/Source/core/html/TextInputType.h
|
| index c646636e69a93de4a705a1de1b19df03b018a74c..9d36ea8eb50adcebfb54d4e6f68e31da3222021e 100644
|
| --- a/Source/core/html/TextInputType.h
|
| +++ b/Source/core/html/TextInputType.h
|
| @@ -37,7 +37,7 @@ namespace WebCore {
|
|
|
| class TextInputType : public BaseTextInputType {
|
| public:
|
| - static PassOwnPtr<InputType> create(HTMLInputElement*);
|
| + static PassRefPtr<InputType> create(HTMLInputElement*);
|
|
|
| private:
|
| TextInputType(HTMLInputElement* element) : BaseTextInputType(element) { }
|
|
|