| 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 30d5082a915b0131874a3a40f012c5aa81f87aa1..7b9d08847be3dfa21cd7ac25e0ae4bdd050c5c91 100644
|
| --- a/components/test_runner/test_runner_for_specific_view.cc
|
| +++ b/components/test_runner/test_runner_for_specific_view.cc
|
| @@ -659,7 +659,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;
|
| }
|
|
|
|
|