| Index: Source/core/html/RadioInputType.h
|
| diff --git a/Source/core/html/RadioInputType.h b/Source/core/html/RadioInputType.h
|
| index 258a7f448e9827a492bc81d7ee706a7a8b629030..2a3eaf7728e5cc3c21f8a12472a5ca67f179e820 100644
|
| --- a/Source/core/html/RadioInputType.h
|
| +++ b/Source/core/html/RadioInputType.h
|
| @@ -37,7 +37,7 @@ namespace WebCore {
|
|
|
| class RadioInputType : public BaseCheckableInputType {
|
| public:
|
| - static PassOwnPtr<InputType> create(HTMLInputElement*);
|
| + static PassRefPtr<InputType> create(HTMLInputElement*);
|
|
|
| private:
|
| RadioInputType(HTMLInputElement* element) : BaseCheckableInputType(element) { }
|
|
|