| 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 04a1bc90d8fc4049a85596c3a82394e77e585d71..12ff42344809ed425fb0241bbf83762f12f62a7e 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) { }
|
|
|