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