| Index: content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.cc b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| index 98dc41eb3f5348a868b6f1d656f2768aa1533c43..1e8f7ab944914e271462c6eeffcf4e9999296b18 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -1363,7 +1363,7 @@ bool PepperPluginInstanceImpl::StartFind(const base::string16& search_text,
|
| return PP_ToBool(
|
| plugin_find_interface_->StartFind(
|
| pp_instance(),
|
| - base::UTF16ToUTF8(search_text.c_str()).c_str(),
|
| + base::UTF16ToUTF8(search_text).c_str(),
|
| PP_FromBool(case_sensitive)));
|
| }
|
|
|
|
|