summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HiddenInputType.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HiddenInputType.h')
-rw-r--r--WebCore/html/HiddenInputType.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/html/HiddenInputType.h b/WebCore/html/HiddenInputType.h
index 564f99e..cc49f98 100644
--- a/WebCore/html/HiddenInputType.h
+++ b/WebCore/html/HiddenInputType.h
@@ -42,6 +42,7 @@ public:
private:
HiddenInputType(HTMLInputElement* element) : InputType(element) { }
virtual const AtomicString& formControlType() const;
+ virtual bool supportsValidation() const;
};
} // namespace WebCore