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 ea12687..eae2a80 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 (RenderProcess::InProcessPlugins()) + if (RenderProcessImpl::InProcessPlugins()) CoUninitialize(); #endif } |