| Index: third_party/WebKit/Source/core/html/forms/WeekInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/WeekInputType.h b/third_party/WebKit/Source/core/html/forms/WeekInputType.h
|
| index 98acfcba32059515c35aa938d70c9d69cf538abe..3ba167fa5de8a5581da514557e87921c78b79dda 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/WeekInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/WeekInputType.h
|
| @@ -44,7 +44,7 @@ using BaseWeekInputType = BaseChooserOnlyDateAndTimeInputType;
|
|
|
| class WeekInputType final : public BaseWeekInputType {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
|
| + static RawPtr<InputType> create(HTMLInputElement&);
|
|
|
| private:
|
| explicit WeekInputType(HTMLInputElement& element) : BaseWeekInputType(element) { }
|
|
|