Index: Source/core/accessibility/AXRenderObject.h |
diff --git a/Source/core/accessibility/AXRenderObject.h b/Source/core/accessibility/AXRenderObject.h |
index 1ffe7c3685fc8cb946d1f33a5e4f57bee9f62eeb..550554b86d1c3e9e6a9d6ef76c2db804969c1b94 100644 |
--- a/Source/core/accessibility/AXRenderObject.h |
+++ b/Source/core/accessibility/AXRenderObject.h |
@@ -181,7 +181,6 @@ protected: |
// Selected text. |
virtual PlainTextRange selectedTextRange() const OVERRIDE; |
- virtual String selectedText() const OVERRIDE; |
// Modify or take an action on an object. |
virtual void setSelectedTextRange(const PlainTextRange&) OVERRIDE; |
@@ -227,7 +226,6 @@ private: |
bool inheritsPresentationalRole() const; |
LayoutRect computeElementRect() const; |
VisibleSelection selection() const; |
- String stringForRange(const PlainTextRange&) const; |
int indexForVisiblePosition(const VisiblePosition&) const; |
}; |