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