| Index: third_party/WebKit/Source/core/html/forms/DateInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/DateInputType.h b/third_party/WebKit/Source/core/html/forms/DateInputType.h
|
| index 6229b6ad9558cbbe973485ef340a558e7dd207c0..2bde24095e922a6e188229ffa845111e06983bf1 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/DateInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/DateInputType.h
|
| @@ -44,7 +44,7 @@ using BaseDateInputType = BaseChooserOnlyDateAndTimeInputType;
|
|
|
| class DateInputType final : public BaseDateInputType {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
|
| + static RawPtr<InputType> create(HTMLInputElement&);
|
|
|
| private:
|
| explicit DateInputType(HTMLInputElement&);
|
|
|