| Index: Source/core/html/HTMLSelectElement.cpp
|
| diff --git a/Source/core/html/HTMLSelectElement.cpp b/Source/core/html/HTMLSelectElement.cpp
|
| index d227deae97e53dec176d7f607aa6459fcb63832c..f4b301200ec0bedba5d4aebb54968cd168aa009a 100644
|
| --- a/Source/core/html/HTMLSelectElement.cpp
|
| +++ b/Source/core/html/HTMLSelectElement.cpp
|
| @@ -160,7 +160,7 @@ String HTMLSelectElement::validationMessage() const
|
| if (customError())
|
| return customValidationMessage();
|
| if (valueMissing())
|
| - return locale().queryString(blink::WebLocalizedString::ValidationValueMissingForSelect);
|
| + return locale().queryString(WebLocalizedString::ValidationValueMissingForSelect);
|
| return String();
|
| }
|
|
|
|
|