| Index: Source/core/html/WeekInputType.h
|
| diff --git a/Source/core/html/WeekInputType.h b/Source/core/html/WeekInputType.h
|
| index 10818a4fc63dc35063c15896d992a39d2f4324a0..418d2f57738752558b729972950b3230612ed954 100644
|
| --- a/Source/core/html/WeekInputType.h
|
| +++ b/Source/core/html/WeekInputType.h
|
| @@ -44,7 +44,7 @@ typedef BaseChooserOnlyDateAndTimeInputType BaseWeekInputType;
|
|
|
| class WeekInputType : public BaseWeekInputType {
|
| public:
|
| - static PassOwnPtr<InputType> create(HTMLInputElement*);
|
| + static PassRefPtr<InputType> create(HTMLInputElement*);
|
|
|
| private:
|
| WeekInputType(HTMLInputElement* element) : BaseWeekInputType(element) { }
|
|
|