summaryrefslogtreecommitdiffstats
path: root/WebCore/html/CheckboxInputType.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/CheckboxInputType.h')
-rw-r--r--WebCore/html/CheckboxInputType.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/html/CheckboxInputType.h b/WebCore/html/CheckboxInputType.h
index e66ab15..a4c419d 100644
--- a/WebCore/html/CheckboxInputType.h
+++ b/WebCore/html/CheckboxInputType.h
@@ -44,7 +44,6 @@ private:
virtual const AtomicString& formControlType() const;
virtual bool valueMissing(const String&) const;
virtual String valueMissingText() const;
- virtual bool handleKeyupEvent(KeyboardEvent*);
};
} // namespace WebCore