| Index: trunk/src/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| ===================================================================
|
| --- trunk/src/content/renderer/pepper/pepper_plugin_instance_impl.cc (revision 275860)
|
| +++ trunk/src/content/renderer/pepper/pepper_plugin_instance_impl.cc (working copy)
|
| @@ -3209,9 +3209,6 @@
|
| 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()) {
|
|
|