summaryrefslogtreecommitdiffstats
path: root/WebCore/html/ButtonInputType.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/ButtonInputType.cpp')
-rw-r--r--WebCore/html/ButtonInputType.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/html/ButtonInputType.cpp b/WebCore/html/ButtonInputType.cpp
index 7f56970..deaf30f 100644
--- a/WebCore/html/ButtonInputType.cpp
+++ b/WebCore/html/ButtonInputType.cpp
@@ -45,4 +45,9 @@ const AtomicString& ButtonInputType::formControlType() const
return InputTypeNames::button();
}
+bool ButtonInputType::supportsValidation() const
+{
+ return false;
+}
+
} // namespace WebCore