Index: components/test_runner/test_runner_for_specific_view.cc |
diff --git a/components/test_runner/test_runner_for_specific_view.cc b/components/test_runner/test_runner_for_specific_view.cc |
index 75b8d0d0475439642e4ecaf5c7329df7e73ab5d7..90c12ca57aeedbfa85247feafe29e839fbf1c2f9 100644 |
--- a/components/test_runner/test_runner_for_specific_view.cc |
+++ b/components/test_runner/test_runner_for_specific_view.cc |
@@ -653,7 +653,7 @@ bool TestRunnerForSpecificView::FindString( |
WebLocalFrame* frame = web_view()->mainFrame()->toWebLocalFrame(); |
const bool find_result = frame->find(0, WebString::fromUTF8(search_text), |
find_options, wrap_around, 0); |
- frame->stopFinding(false); |
+ frame->stopFinding(WebLocalFrame::StopFindActionKeepSelection); |
return find_result; |
} |