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 9e7ab00..2798010 100644
--- a/WebCore/html/RadioInputType.h
+++ b/WebCore/html/RadioInputType.h
@@ -43,6 +43,7 @@ private:
RadioInputType(HTMLInputElement* element) : BaseCheckableInputType(element) { }
virtual const AtomicString& formControlType() const;
virtual bool valueMissing(const String&) const;
+ virtual bool handleClickEvent(MouseEvent*);
};
} // namespace WebCore