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