From 4c01d0526ba4dd8cff0c0ff22a6f0ab5eb973064 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 29 Nov 2012 12:18:48 +0100 Subject: Imported WebKit commit c60cfe0fc09efd257aa0111d7b133b02deb8a63e (http://svn.webkit.org/repository/webkit/trunk@136119) New snapshot that includes the fix for installing the QtWebProcess into libexec Change-Id: I01344e079cbdac5678c4cba6ffcc05f4597cf0d7 Reviewed-by: Simon Hausmann --- Source/WebKit/chromium/src/LocalizedStrings.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Source/WebKit/chromium/src/LocalizedStrings.cpp') diff --git a/Source/WebKit/chromium/src/LocalizedStrings.cpp b/Source/WebKit/chromium/src/LocalizedStrings.cpp index a5c2024fa..309611381 100644 --- a/Source/WebKit/chromium/src/LocalizedStrings.cpp +++ b/Source/WebKit/chromium/src/LocalizedStrings.cpp @@ -504,4 +504,16 @@ String validationMessageStepMismatchText(const String& base, const String& step) return query(WebLocalizedString::ValidationStepMismatch, base, step); } +String validationMessageBadInputForNumberText() +{ + return query(WebLocalizedString::ValidationBadInputForNumber); +} + +#if ENABLE(INPUT_MULTIPLE_FIELDS_UI) +String validationMessageBadInputForDateTimeText() +{ + return query(WebLocalizedString::ValidationBadInputForDateTime); +} +#endif + } // namespace WebCore -- cgit v1.2.1