| Index: Source/platform/text/PlatformLocale.h
|
| diff --git a/Source/platform/text/PlatformLocale.h b/Source/platform/text/PlatformLocale.h
|
| index 6fbdd17f2cf9740b93703dda7bbc3e4e9b96db8a..cb31cd3933f6149e9dda6270f0c549294a315ec0 100644
|
| --- a/Source/platform/text/PlatformLocale.h
|
| +++ b/Source/platform/text/PlatformLocale.h
|
| @@ -44,6 +44,7 @@ public:
|
| String queryString(blink::WebLocalizedString::Name, const String& parameter);
|
| String queryString(blink::WebLocalizedString::Name, const String& parameter1, const String& parameter2);
|
| String validationMessageTooLongText(unsigned valueLength, int maxLength);
|
| + String validationMessageTooShortText(unsigned valueLength, int minLength);
|
|
|
| // Converts the specified number string to another number string localized
|
| // for this Locale locale. The input string must conform to HTML
|
|
|