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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/WebCore/html/RadioInputType.h b/WebCore/html/RadioInputType.h
index 62becf6..27ae75e 100644
--- a/WebCore/html/RadioInputType.h
+++ b/WebCore/html/RadioInputType.h
@@ -45,8 +45,6 @@ private:
virtual bool valueMissing(const String&) const;
virtual String valueMissingText() const;
virtual bool handleClickEvent(MouseEvent*);
- virtual bool handleKeydownEvent(KeyboardEvent*);
- virtual bool handleKeyupEvent(KeyboardEvent*);
};
} // namespace WebCore