Index: Source/core/accessibility/AXListBox.h |
diff --git a/Source/core/accessibility/AXListBox.h b/Source/core/accessibility/AXListBox.h |
index 76890c57259a72e3b667ce7f67d7686071496ec1..4eef526cd7ee619da8387d59ad846ecc9cb618bb 100644 |
--- a/Source/core/accessibility/AXListBox.h |
+++ b/Source/core/accessibility/AXListBox.h |
@@ -42,12 +42,6 @@ public: |
virtual ~AXListBox(); |
virtual AccessibilityRole roleValue() const OVERRIDE { return ListBoxRole; } |
- |
- virtual void addChildren() OVERRIDE; |
- |
-private: |
- AXObject* listBoxOptionAXObject(HTMLElement*) const; |
- virtual AXObject* elementAccessibilityHitTest(const IntPoint&) const OVERRIDE; |
}; |
} // namespace WebCore |