| Index: webkit/glue/webkitplatformsupport_impl.cc
|
| diff --git a/webkit/glue/webkitplatformsupport_impl.cc b/webkit/glue/webkitplatformsupport_impl.cc
|
| index f0659d2d1b7ea22fd8f1a1adf8291f0ca298c43c..eddf62ef6dd824e8e7b5770fe8c476b2dabb8a06 100644
|
| --- a/webkit/glue/webkitplatformsupport_impl.cc
|
| +++ b/webkit/glue/webkitplatformsupport_impl.cc
|
| @@ -199,6 +199,8 @@ static int ToMessageID(WebLocalizedString::Name name) {
|
| return IDS_FORM_FILE_MULTIPLE_UPLOAD;
|
| case WebLocalizedString::OtherColorLabel:
|
| return IDS_FORM_OTHER_COLOR_LABEL;
|
| + case WebLocalizedString::OtherDateLabel:
|
| + return IDS_FORM_OTHER_DATE_LABEL;
|
| case WebLocalizedString::ResetButtonDefaultLabel:
|
| return IDS_FORM_RESET_LABEL;
|
| case WebLocalizedString::SearchableIndexIntroduction:
|
|
|