| Index: chrome/renderer/webplugin_delegate_proxy.cc
|
| diff --git a/chrome/renderer/webplugin_delegate_proxy.cc b/chrome/renderer/webplugin_delegate_proxy.cc
|
| index d53909c9a89ca605074eadd6f7ec9cb2d10e02d3..eff2d291a029478843423965c41bc9e098f86901 100644
|
| --- a/chrome/renderer/webplugin_delegate_proxy.cc
|
| +++ b/chrome/renderer/webplugin_delegate_proxy.cc
|
| @@ -294,9 +294,9 @@ bool WebPluginDelegateProxy::Initialize(const GURL& url,
|
| IPC::AddChannelSocket(channel_handle.name, channel_handle.socket.fd);
|
| #endif
|
|
|
| - scoped_refptr<PluginChannelHost> channel_host =
|
| + scoped_refptr<PluginChannelHost> channel_host(
|
| PluginChannelHost::GetPluginChannelHost(
|
| - channel_handle.name, ChildProcess::current()->io_message_loop());
|
| + channel_handle.name, ChildProcess::current()->io_message_loop()));
|
| if (!channel_host.get())
|
| return false;
|
|
|
|
|