| Index: content/plugin/plugin_thread.cc
|
| diff --git a/content/plugin/plugin_thread.cc b/content/plugin/plugin_thread.cc
|
| index 720a77ba6f4b90e5bc47dec14d0d55d505488789..a688902c27d0d7538ab6fc1d68ae40bb02a7916b 100644
|
| --- a/content/plugin/plugin_thread.cc
|
| +++ b/content/plugin/plugin_thread.cc
|
| @@ -106,7 +106,7 @@ void PluginThread::SetForcefullyTerminatePluginProcess() {
|
| }
|
|
|
| void PluginThread::Shutdown() {
|
| - ChildThread::Shutdown();
|
| + ChildThreadImpl::Shutdown();
|
|
|
| if (preloaded_plugin_module_) {
|
| base::UnloadNativeLibrary(preloaded_plugin_module_);
|
|
|