Index: third_party/WebKit/Source/core/editing/InputMethodController.h |
diff --git a/third_party/WebKit/Source/core/editing/InputMethodController.h b/third_party/WebKit/Source/core/editing/InputMethodController.h |
index 2d4ade7cd70d39177340681c753400766e9c0329..bf7e152cad58c360be8cf1e35fa5a88e6c2217de 100644 |
--- a/third_party/WebKit/Source/core/editing/InputMethodController.h |
+++ b/third_party/WebKit/Source/core/editing/InputMethodController.h |
@@ -78,7 +78,6 @@ |
// Returns true if setting selection to specified offsets, otherwise false. |
bool setEditableSelectionOffsets(const PlainTextRange&); |
void extendSelectionAndDelete(int before, int after); |
- PlainTextRange createRangeForSelection(int start, int end, size_t textLength) const; |
private: |
class SelectionOffsetsScope { |