diff options
Diffstat (limited to 'WebKit/chromium/public/WebInputElement.h')
-rw-r--r-- | WebKit/chromium/public/WebInputElement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebKit/chromium/public/WebInputElement.h b/WebKit/chromium/public/WebInputElement.h index d8c8ce7..ef3b577 100644 --- a/WebKit/chromium/public/WebInputElement.h +++ b/WebKit/chromium/public/WebInputElement.h @@ -99,6 +99,7 @@ namespace WebKit { WEBKIT_API void setSelectionRange(int, int); WEBKIT_API int selectionStart(); WEBKIT_API int selectionEnd(); + WEBKIT_API bool isValidValue(const WebString&) const; #if WEBKIT_IMPLEMENTATION WebInputElement(const WTF::PassRefPtr<WebCore::HTMLInputElement>&); |