| Index: content/ppapi_plugin/ppapi_thread.cc
|
| diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc
|
| index 62cf021b00721886e754284dd6a877041170a458..0da787a00963fe9f9f5446d67b0a85b602afb255 100644
|
| --- a/content/ppapi_plugin/ppapi_thread.cc
|
| +++ b/content/ppapi_plugin/ppapi_thread.cc
|
| @@ -125,6 +125,8 @@ PpapiThread::~PpapiThread() {
|
| }
|
|
|
| void PpapiThread::Shutdown() {
|
| + ChildThread::Shutdown();
|
| +
|
| ppapi::proxy::PluginGlobals::Get()->set_plugin_proxy_delegate(NULL);
|
| if (plugin_entry_points_.shutdown_module)
|
| plugin_entry_points_.shutdown_module();
|
|
|