| Index: webkit/glue/webkitplatformsupport_impl.cc
|
| diff --git a/webkit/glue/webkitplatformsupport_impl.cc b/webkit/glue/webkitplatformsupport_impl.cc
|
| index e515208486b08e82ef414937736da20ee6d458d9..482d17856d6e73f07138e65f4520e40bd2195d94 100644
|
| --- a/webkit/glue/webkitplatformsupport_impl.cc
|
| +++ b/webkit/glue/webkitplatformsupport_impl.cc
|
| @@ -170,6 +170,8 @@ static int ToMessageID(WebLocalizedString::Name name) {
|
| return IDS_PLUGIN_INITIALIZATION_ERROR;
|
| case WebLocalizedString::MultipleFileUploadText:
|
| return IDS_FORM_FILE_MULTIPLE_UPLOAD;
|
| + case WebLocalizedString::OtherColorLabel:
|
| + return IDS_FORM_OTHER_COLOR_LABEL;
|
| case WebLocalizedString::ResetButtonDefaultLabel:
|
| return IDS_FORM_RESET_LABEL;
|
| case WebLocalizedString::SearchableIndexIntroduction:
|
|
|