| 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 e28a9f2cb684e2b6f5bf1b9357b0b1ccfaa5e3b6..a65aa0080db0e3ebc2d65c47326cb46498e4f844 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -2976,7 +2976,7 @@ PP_ExternalPluginResult PepperPluginInstanceImpl::ResetAsProxied(
|
| original_instance_interface_.reset(instance_interface_.release());
|
|
|
| base::Callback<const void*(const char*)> get_plugin_interface_func =
|
| - base::Bind(&PluginModule::GetPluginInterface, module_.get());
|
| + base::Bind(&PluginModule::GetPluginInterface, module_);
|
| PPP_Instance_Combined* ppp_instance_combined =
|
| PPP_Instance_Combined::Create(get_plugin_interface_func);
|
| if (!ppp_instance_combined) {
|
|
|