| 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 b4917307855b3df2aa02c389c101f2d748f220eb..63ed34f7cae835f9634a43a1387409cb130547c3 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) { }
|
|
|