Index: components/test_runner/test_runner.cc |
diff --git a/components/test_runner/test_runner.cc b/components/test_runner/test_runner.cc |
index f09284ca54e29c24e54b9130444664ba11df2b55..1434672d8bf69bbc03cf640d046bb7a5f92832c7 100644 |
--- a/components/test_runner/test_runner.cc |
+++ b/components/test_runner/test_runner.cc |
@@ -2403,7 +2403,7 @@ bool TestRunner::FindString(const std::string& search_text, |
WebLocalFrame* frame = web_view_->mainFrame()->toWebLocalFrame(); |
const bool find_result = frame->find(0, WebString::fromUTF8(search_text), |
- find_options, wrap_around, 0); |
+ find_options, wrap_around, 0, nullptr); |
frame->stopFinding(false); |
return find_result; |
} |