summaryrefslogtreecommitdiff
path: root/src/3rdparty/webkit/WebCore/html/HTMLButtonElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/WebCore/html/HTMLButtonElement.h')
-rw-r--r--src/3rdparty/webkit/WebCore/html/HTMLButtonElement.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/3rdparty/webkit/WebCore/html/HTMLButtonElement.h b/src/3rdparty/webkit/WebCore/html/HTMLButtonElement.h
index f5b9b628f7..f4df571f74 100644
--- a/src/3rdparty/webkit/WebCore/html/HTMLButtonElement.h
+++ b/src/3rdparty/webkit/WebCore/html/HTMLButtonElement.h
@@ -57,11 +57,10 @@ public:
String value() const;
void setValue(const String&);
- virtual bool willValidate() const { return false; }
-
private:
enum Type { SUBMIT, RESET, BUTTON };
virtual bool isOptionalFormControl() const { return true; }
+ virtual bool recalcWillValidate() const { return false; }
Type m_type;
bool m_activeSubmit;