Index: components/test_runner/text_input_controller.cc |
diff --git a/components/test_runner/text_input_controller.cc b/components/test_runner/text_input_controller.cc |
index cd0aa73b8f394b3e6d7c1649e954ae49c103fd5f..28c4fe41f6d06d054fa9c4835727c1afd50b43cc 100644 |
--- a/components/test_runner/text_input_controller.cc |
+++ b/components/test_runner/text_input_controller.cc |
@@ -160,7 +160,7 @@ void TextInputController::Install(blink::WebLocalFrame* frame) { |
} |
void TextInputController::InsertText(const std::string& text) { |
- view()->confirmComposition(blink::WebString::fromUTF8(text)); |
+ view()->confirmComposition(blink::WebString::fromUTF8(text), 1); |
} |
void TextInputController::UnmarkText() { |