Index: third_party/WebKit/Source/core/editing/FrameSelection.h |
diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h |
index 27227ace38b2f5eda2ac736d76646df4aaaecc8f..aaa88fada1c61b5ead9dd2de02c4b88fa52cda6c 100644 |
--- a/third_party/WebKit/Source/core/editing/FrameSelection.h |
+++ b/third_party/WebKit/Source/core/editing/FrameSelection.h |
@@ -180,11 +180,6 @@ class CORE_EXPORT FrameSelection final |
const SelectionInDOMTree& selectionInDOMTree() const; |
bool isDirectional() const { return selectionInDOMTree().isDirectional(); } |
- // If this FrameSelection has a logical range which is still valid, this |
- // function return its clone. Otherwise, the return value from underlying |
- // VisibleSelection's firstRange() is returned. |
- Range* firstRange() const; |
- |
void documentAttached(Document*); |
void didLayout(); |