| Index: Source/core/html/SubmitInputType.h
|
| diff --git a/Source/core/html/SubmitInputType.h b/Source/core/html/SubmitInputType.h
|
| index 596920cd4372345a318859e368d3413a319f66b8..8d349fafad22785b4d60a88a9d1ae31a5136e3c9 100644
|
| --- a/Source/core/html/SubmitInputType.h
|
| +++ b/Source/core/html/SubmitInputType.h
|
| @@ -37,7 +37,7 @@ namespace WebCore {
|
|
|
| class SubmitInputType : public BaseButtonInputType {
|
| public:
|
| - static PassOwnPtr<InputType> create(HTMLInputElement*);
|
| + static PassRefPtr<InputType> create(HTMLInputElement*);
|
|
|
| private:
|
| SubmitInputType(HTMLInputElement* element) : BaseButtonInputType(element) { }
|
|
|