| Index: components/html_viewer/html_frame.cc
|
| diff --git a/components/html_viewer/html_frame.cc b/components/html_viewer/html_frame.cc
|
| index 6ae4ca7902c960efff5715eac4ac2c5e1591f288..35f74809f4c6badef188322897f16818fb9161af 100644
|
| --- a/components/html_viewer/html_frame.cc
|
| +++ b/components/html_viewer/html_frame.cc
|
| @@ -932,7 +932,8 @@ void HTMLFrame::Find(int32_t request_id,
|
| blink::WebRect selection_rect;
|
| bool result = web_frame_->toWebLocalFrame()->find(
|
| request_id, search_text.To<blink::WebString>(),
|
| - options.To<blink::WebFindOptions>(), wrap_within_frame, &selection_rect);
|
| + options.To<blink::WebFindOptions>(), wrap_within_frame, &selection_rect,
|
| + nullptr);
|
|
|
| if (!result) {
|
| // don't leave text selected as you move to the next frame.
|
|
|