diff options
-rw-r--r-- | chrome/renderer/render_thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/render_thread.cc b/chrome/renderer/render_thread.cc index 8b7a98f..971eee1 100644 --- a/chrome/renderer/render_thread.cc +++ b/chrome/renderer/render_thread.cc @@ -263,7 +263,7 @@ RenderThread::~RenderThread() { // Clean up plugin channels before this thread goes away. PluginChannelBase::CleanupChannels(); // Don't call COM if the renderer is in the sandbox. - if (RenderProcessImpl::InProcessPlugins()) + if (RenderProcess::InProcessPlugins()) CoUninitialize(); #endif } |