Index: Source/core/accessibility/AXObject.h |
diff --git a/Source/core/accessibility/AXObject.h b/Source/core/accessibility/AXObject.h |
index 4f8249e3b69c4af41d20d5d05d83e0d4b3b39caa..92899ad1c837cf80f29bee9cffa5e9360fa100bf 100644 |
--- a/Source/core/accessibility/AXObject.h |
+++ b/Source/core/accessibility/AXObject.h |
@@ -514,7 +514,6 @@ public: |
// Selected text. |
virtual PlainTextRange selectedTextRange() const { return PlainTextRange(); } |
- virtual String selectedText() const { return String(); } |
// Modify or take an action on an object. |
virtual void increment() { } |