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