| Index: ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc
|
| ===================================================================
|
| --- ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc (revision 98327)
|
| +++ ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc (working copy)
|
| @@ -171,8 +171,7 @@
|
| BrowserPpp* proxy = LookupBrowserPppForInstance(instance);
|
| if (proxy == NULL)
|
| return;
|
| - proxy->ShutdownModule();
|
| - proxy->plugin()->ReportDeadNexe(); // Deletes the proxy.
|
| + proxy->plugin()->ReportDeadNexe(); // Shuts down and deletes the proxy.
|
| }
|
|
|
| void SetPPBGetInterface(PPB_GetInterface get_interface_function,
|
|
|