| Index: content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
| diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.cc b/content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
| index d489f498bd6408240afe5b746ae82f498bf86551..769906b4167d969a10dd23f9f2d1038aa74a6a1b 100644
|
| --- a/content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
| @@ -1356,7 +1356,7 @@ void PepperPluginDelegateImpl::HandleDocumentLoad(
|
| // PPP_Instance function directly.
|
| scoped_refptr<ppapi::proxy::URLLoaderResource> loader_resource(
|
| new ppapi::proxy::URLLoaderResource(
|
| - host_impl->in_process_router()->GetPluginConnection(),
|
| + host_impl->in_process_router()->GetPluginConnection(pp_instance),
|
| pp_instance, pending_host_id, data));
|
|
|
| PP_Resource loader_pp_resource = loader_resource->GetReference();
|
|
|