Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
index 9dd58dfcc0d67d08091408326d7ab2d8dca7d515..4f2c0cbe8b16d8da5242e8408bfbaf543125849b 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
@@ -1181,7 +1181,7 @@ void WebLocalFrameImpl::moveCaretSelection(const WebPoint& pointInViewport) |
bool WebLocalFrameImpl::setEditableSelectionOffsets(int start, int end) |
{ |
TRACE_EVENT0("blink", "WebLocalFrameImpl::setEditableSelectionOffsets"); |
- return frame()->inputMethodController().setEditableSelectionOffsets(PlainTextRange(start, end)); |
+ return frame()->inputMethodController().setEditableSelectionOffsets(start, end); |
} |
bool WebLocalFrameImpl::setCompositionFromExistingText(int compositionStart, int compositionEnd, const WebVector<WebCompositionUnderline>& underlines) |