| Index: Source/core/html/MonthInputType.h
|
| diff --git a/Source/core/html/MonthInputType.h b/Source/core/html/MonthInputType.h
|
| index ca682e75b5effd2ae008a7074e94545a1929bac6..9f2af94cc0970b21a120e1d145797594783f5666 100644
|
| --- a/Source/core/html/MonthInputType.h
|
| +++ b/Source/core/html/MonthInputType.h
|
| @@ -44,7 +44,7 @@ typedef BaseChooserOnlyDateAndTimeInputType BaseMonthInputType;
|
|
|
| class MonthInputType : public BaseMonthInputType {
|
| public:
|
| - static PassOwnPtr<InputType> create(HTMLInputElement*);
|
| + static PassRefPtr<InputType> create(HTMLInputElement*);
|
|
|
| private:
|
| MonthInputType(HTMLInputElement* element) : BaseMonthInputType(element) { }
|
|
|