Index: Source/core/accessibility/AXListBox.h |
diff --git a/Source/core/accessibility/AXListBox.h b/Source/core/accessibility/AXListBox.h |
index 6a055a655e861ce1e8a12f8d3878c0d8278c4f0d..76890c57259a72e3b667ce7f67d7686071496ec1 100644 |
--- a/Source/core/accessibility/AXListBox.h |
+++ b/Source/core/accessibility/AXListBox.h |
@@ -41,12 +41,8 @@ public: |
static PassRefPtr<AXListBox> create(RenderObject*); |
virtual ~AXListBox(); |
- virtual bool canSetSelectedChildrenAttribute() const OVERRIDE; |
- void setSelectedChildren(AccessibilityChildrenVector&); |
virtual AccessibilityRole roleValue() const OVERRIDE { return ListBoxRole; } |
- virtual void selectedChildren(AccessibilityChildrenVector&) OVERRIDE; |
- |
virtual void addChildren() OVERRIDE; |
private: |