| Index: components/web_view/local_find_options.cc
|
| diff --git a/components/web_view/local_find_options.cc b/components/web_view/local_find_options.cc
|
| index 706af5b53d7741e1a09ee85e70c42555bc01f290..1e0a67023c052676c689c30447d23fdfb2930dc3 100644
|
| --- a/components/web_view/local_find_options.cc
|
| +++ b/components/web_view/local_find_options.cc
|
| @@ -12,7 +12,7 @@ TypeConverter<web_view::mojom::FindOptionsPtr, web_view::LocalFindOptions>::
|
| web_view::mojom::FindOptionsPtr output = web_view::mojom::FindOptions::New();
|
| output->forward = input.forward;
|
| output->continue_last_find = input.continue_last_find;
|
| - return output.Pass();
|
| + return output;
|
| }
|
|
|
| } // namespace mojo
|
|
|