| Index: Source/core/html/ImageInputType.h
|
| diff --git a/Source/core/html/ImageInputType.h b/Source/core/html/ImageInputType.h
|
| index 2341c4e3512f1cc871fdc15e5333164a03f4a68e..cff186d8a15109a21039eb94267f4a98c8d789d5 100644
|
| --- a/Source/core/html/ImageInputType.h
|
| +++ b/Source/core/html/ImageInputType.h
|
| @@ -40,7 +40,7 @@ namespace WebCore {
|
|
|
| class ImageInputType : public BaseButtonInputType {
|
| public:
|
| - static PassOwnPtr<InputType> create(HTMLInputElement*);
|
| + static PassRefPtr<InputType> create(HTMLInputElement*);
|
|
|
| private:
|
| ImageInputType(HTMLInputElement*);
|
|
|