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