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 4526e809f8a476836ccb68520bb9134c108613cd..78ecc25cf2641c8cb305683a884786d6ee2ab224 100644 |
--- a/third_party/WebKit/Source/core/editing/FrameSelection.h |
+++ b/third_party/WebKit/Source/core/editing/FrameSelection.h |
@@ -108,7 +108,6 @@ public: |
bool isContentRichlyEditable() const { return selection().isContentRichlyEditable(); } |
void moveTo(const VisiblePosition&, EUserTriggered = NotUserTriggered, CursorAlignOnScroll = CursorAlignOnScroll::IfNeeded); |
- void moveTo(const VisiblePosition&, const VisiblePosition&, EUserTriggered = NotUserTriggered); |
void moveTo(const Position&, TextAffinity); |
template <typename Strategy> |