| Index: content/browser/plugin_loader_posix.cc
|
| diff --git a/content/browser/plugin_loader_posix.cc b/content/browser/plugin_loader_posix.cc
|
| index 473e262fcd791f270700f582c97877e48c4a6d99..56a683984a75135e6fc211f658673137a250f536 100644
|
| --- a/content/browser/plugin_loader_posix.cc
|
| +++ b/content/browser/plugin_loader_posix.cc
|
| @@ -104,7 +104,7 @@ void PluginLoaderPosix::LoadPluginsInternal() {
|
|
|
| UtilityProcessHostImpl* host = new UtilityProcessHostImpl(
|
| this,
|
| - BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO));
|
| + BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO).get());
|
| process_host_ = host->AsWeakPtr();
|
| process_host_->DisableSandbox();
|
| #if defined(OS_MACOSX)
|
|
|