| Index: content/renderer/webplugin_delegate_proxy.cc
|
| ===================================================================
|
| --- content/renderer/webplugin_delegate_proxy.cc (revision 83679)
|
| +++ content/renderer/webplugin_delegate_proxy.cc (working copy)
|
| @@ -298,7 +298,7 @@
|
|
|
| scoped_refptr<PluginChannelHost> channel_host(
|
| PluginChannelHost::GetPluginChannelHost(
|
| - channel_handle, ChildProcess::current()->io_message_loop()));
|
| + channel_handle, ChildProcess::current()->io_message_loop_proxy()));
|
| if (!channel_host.get())
|
| return false;
|
|
|
|
|