| 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 30c8191d20619dc50dbca850607253696dacbe91..cdbccd7b937e92a21dbd90b6932579f597a94ce7 100644
|
| --- a/chrome/browser/nacl_host/nacl_process_host.cc
|
| +++ b/chrome/browser/nacl_host/nacl_process_host.cc
|
| @@ -755,7 +755,7 @@ void NaClProcessHost::OnPpapiChannelCreated(
|
| new IPC::ChannelProxy(channel_handle,
|
| IPC::Channel::MODE_CLIENT,
|
| &ipc_plugin_listener_,
|
| - base::MessageLoopProxy::current()));
|
| + base::MessageLoopProxy::current().get()));
|
| // Enable PPAPI message dispatching to the browser process.
|
| content::EnablePepperSupportForChannel(
|
| ipc_proxy_channel_.get(),
|
|
|