summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/chromium/public/WebInputElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/public/WebInputElement.h')
-rw-r--r--Source/WebKit/chromium/public/WebInputElement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebKit/chromium/public/WebInputElement.h b/Source/WebKit/chromium/public/WebInputElement.h
index 81c397c..1f0836b 100644
--- a/Source/WebKit/chromium/public/WebInputElement.h
+++ b/Source/WebKit/chromium/public/WebInputElement.h
@@ -78,6 +78,7 @@ namespace WebKit {
WEBKIT_API int selectionStart() const;
WEBKIT_API int selectionEnd() const;
WEBKIT_API bool isValidValue(const WebString&) const;
+ WEBKIT_API bool isChecked() const;
// Exposes the default value of the maxLength attribute.
WEBKIT_API static int defaultMaxLength();