Chromium Code Reviews| Index: Source/core/accessibility/AXListBox.h |
| diff --git a/Source/core/accessibility/AXListBox.h b/Source/core/accessibility/AXListBox.h |
| index 76890c57259a72e3b667ce7f67d7686071496ec1..c7ecb1a323e4f1da64ba4dba16853d5c53678ecd 100644 |
| --- a/Source/core/accessibility/AXListBox.h |
| +++ b/Source/core/accessibility/AXListBox.h |
| @@ -47,7 +47,6 @@ public: |
| private: |
| AXObject* listBoxOptionAXObject(HTMLElement*) const; |
| - virtual AXObject* elementAccessibilityHitTest(const IntPoint&) const OVERRIDE; |
| }; |
| } // namespace WebCore |