| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| index 9d3617c904ecf60aa3a0398948fd4a7d1eadf1d9..4104a0dc72072fe592113d9ba9ac78bb3cae5793 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| @@ -687,16 +687,6 @@ WebTextInputType WebFrameWidgetImpl::textInputType()
|
| return WebTextInputTypeTelephone;
|
| if (type == InputTypeNames::url)
|
| return WebTextInputTypeURL;
|
| - if (type == InputTypeNames::date)
|
| - return WebTextInputTypeDate;
|
| - if (type == InputTypeNames::datetime_local)
|
| - return WebTextInputTypeDateTimeLocal;
|
| - if (type == InputTypeNames::month)
|
| - return WebTextInputTypeMonth;
|
| - if (type == InputTypeNames::time)
|
| - return WebTextInputTypeTime;
|
| - if (type == InputTypeNames::week)
|
| - return WebTextInputTypeWeek;
|
| if (type == InputTypeNames::text)
|
| return WebTextInputTypeText;
|
|
|
|
|