Index: third_party/WebKit/Source/web/tests/WebViewTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/WebViewTest.cpp b/third_party/WebKit/Source/web/tests/WebViewTest.cpp |
index 05119ee31163273577f8278649d019b01e9bf827..c1462856926f3aac6350643628a628c7e169b68e 100644 |
--- a/third_party/WebKit/Source/web/tests/WebViewTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/WebViewTest.cpp |
@@ -1282,7 +1282,7 @@ TEST_P(WebViewTest, FinishCompositionDoesNotRevealSelection) { |
Vector<CompositionUnderline> emptyUnderlines; |
WebLocalFrameImpl* frame = webView->mainFrameImpl(); |
frame->frame()->inputMethodController().setCompositionFromExistingText( |
- emptyUnderlines, 3, 3); |
+ emptyUnderlines, 0, 3); |
// Scroll the input field out of the viewport. |
Element* element = static_cast<Element*>( |