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