| Index: content/ppapi_plugin/ppapi_thread.cc
|
| diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc
|
| index a32122dbfb6b779fc7a540ee6955488e57abb63c..6c9cd359fafece526092bb37ae497b994d0ef3e5 100644
|
| --- a/content/ppapi_plugin/ppapi_thread.cc
|
| +++ b/content/ppapi_plugin/ppapi_thread.cc
|
| @@ -145,7 +145,6 @@ void PpapiThread::Shutdown() {
|
| if (plugin_entry_points_.shutdown_module)
|
| plugin_entry_points_.shutdown_module();
|
| blink_platform_impl_->Shutdown();
|
| - blink::Platform::shutdown();
|
| }
|
|
|
| bool PpapiThread::Send(IPC::Message* msg) {
|
|
|