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