| Index: chrome/browser/nacl_host/nacl_process_host.cc
|
| diff --git a/chrome/browser/nacl_host/nacl_process_host.cc b/chrome/browser/nacl_host/nacl_process_host.cc
|
| index dccd4d9f70fb6f1b2bbcba1d9c27096a281809f3..21f8ea7449c48eaa349e8d576b12149d64148acc 100644
|
| --- a/chrome/browser/nacl_host/nacl_process_host.cc
|
| +++ b/chrome/browser/nacl_host/nacl_process_host.cc
|
| @@ -827,7 +827,7 @@ void NaClProcessHost::OnPpapiChannelCreated(
|
| new IPC::ChannelProxy(channel_handle,
|
| IPC::Channel::MODE_CLIENT,
|
| &ipc_plugin_listener_,
|
| - base::MessageLoopProxy::current()));
|
| + base::MessageLoopProxy::current().get()));
|
| // Create the browser ppapi host and enable PPAPI message dispatching to the
|
| // browser process.
|
| ppapi_host_.reset(content::BrowserPpapiHost::CreateExternalPluginProcess(
|
|
|