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..8062ff6f7b622efd5432340f1536a76769621fc7 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), 0); |
} |
void TextInputController::UnmarkText() { |