| 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 8f36f5d0af2bbf436f2d9db89fd13b8eb06bdd1a..38beadba5c46f2bd3e813e52857d64b849767375 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -3120,6 +3120,9 @@ void PepperPluginInstanceImpl::DidDataFromWebURLResponse(
|
| const blink::WebURLResponse& response,
|
| int pending_host_id,
|
| const ppapi::URLResponseInfoData& data) {
|
| + if (is_deleted_)
|
| + return;
|
| +
|
| RendererPpapiHostImpl* host_impl = module_->renderer_ppapi_host();
|
|
|
| if (host_impl->in_process_router()) {
|
|
|