Commit 4ff79fa7 authored by tzik's avatar tzik Committed by Commit bot

Call ChildThread::Shutdown in PpapiThread::Shutdown.

BUG=None

Review URL: https://codereview.chromium.org/536783003

Cr-Commit-Position: refs/heads/master@{#293260}
parent 96b5967f
...@@ -125,6 +125,8 @@ PpapiThread::~PpapiThread() { ...@@ -125,6 +125,8 @@ PpapiThread::~PpapiThread() {
} }
void PpapiThread::Shutdown() { void PpapiThread::Shutdown() {
ChildThread::Shutdown();
ppapi::proxy::PluginGlobals::Get()->set_plugin_proxy_delegate(NULL); ppapi::proxy::PluginGlobals::Get()->set_plugin_proxy_delegate(NULL);
if (plugin_entry_points_.shutdown_module) if (plugin_entry_points_.shutdown_module)
plugin_entry_points_.shutdown_module(); plugin_entry_points_.shutdown_module();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment