| 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 bddc0aa5007dde1f22ee2316c2b00f8b5d6af86c..cb06ebf83853f4cd8e8b85fba1fc3f060209194a 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -3265,7 +3265,7 @@ int32_t PepperPluginInstanceImpl::Navigate(
|
| // In imitation of the NPAPI implementation, only |target_frame == frame| is
|
| // allowed for security reasons.
|
| WebFrame* target_frame =
|
| - frame->View()->FindFrameByName(WebString::FromUTF8(target), frame);
|
| + frame->FindFrameByName(WebString::FromUTF8(target));
|
| if (target_frame != frame)
|
| return PP_ERROR_NOACCESS;
|
|
|
|
|