| Index: Source/core/html/PasswordInputType.h
|
| diff --git a/Source/core/html/PasswordInputType.h b/Source/core/html/PasswordInputType.h
|
| index 84a84092dedf1d3a51c2895732e96821da21b01c..deb847f4385f92900f532ac302c48a31e6515bc0 100644
|
| --- a/Source/core/html/PasswordInputType.h
|
| +++ b/Source/core/html/PasswordInputType.h
|
| @@ -38,7 +38,7 @@ namespace WebCore {
|
|
|
| class PasswordInputType FINAL : public BaseTextInputType {
|
| public:
|
| - static PassOwnPtr<InputType> create(HTMLInputElement*);
|
| + static PassRefPtr<InputType> create(HTMLInputElement*);
|
|
|
| private:
|
| PasswordInputType(HTMLInputElement* element) : BaseTextInputType(element) { }
|
|
|