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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/WebKit/chromium/public/WebInputElement.h b/Source/WebKit/chromium/public/WebInputElement.h
index 1f0836b..3ae6578 100644
--- a/Source/WebKit/chromium/public/WebInputElement.h
+++ b/Source/WebKit/chromium/public/WebInputElement.h
@@ -60,8 +60,6 @@ namespace WebKit {
WEBKIT_API bool isPasswordField() const;
WEBKIT_API bool isImageButton() const;
WEBKIT_API bool autoComplete() const;
- WEBKIT_API bool isReadOnly() const;
- WEBKIT_API bool isEnabledFormControl() const;
WEBKIT_API int maxLength() const;
WEBKIT_API bool isActivatedSubmit() const;
WEBKIT_API void setActivatedSubmit(bool);