diff options
Diffstat (limited to 'Source/WebCore/html/HTMLFormControlElement.h')
-rw-r--r-- | Source/WebCore/html/HTMLFormControlElement.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WebCore/html/HTMLFormControlElement.h b/Source/WebCore/html/HTMLFormControlElement.h index ede3299..884ace0 100644 --- a/Source/WebCore/html/HTMLFormControlElement.h +++ b/Source/WebCore/html/HTMLFormControlElement.h @@ -63,7 +63,6 @@ public: virtual bool isFocusable() const; virtual bool isEnumeratable() const { return false; } - virtual bool isResettable() const { return false; } // Determines whether or not a control will be automatically focused. virtual bool autofocus() const; |