| Index: content/renderer/plugin_channel_host.cc
|
| diff --git a/content/renderer/plugin_channel_host.cc b/content/renderer/plugin_channel_host.cc
|
| index 5d251b66b7bd6f35394fe6bf07e95742863e32b9..63c55b70cb8ad2fd3d071003207c334baa31f4dd 100644
|
| --- a/content/renderer/plugin_channel_host.cc
|
| +++ b/content/renderer/plugin_channel_host.cc
|
| @@ -142,7 +142,7 @@ bool PluginChannelHost::Init(base::MessageLoopProxy* ipc_message_loop,
|
| NPChannelBase::Init(ipc_message_loop, create_pipe_now, shutdown_event);
|
| if (ret) {
|
| is_listening_filter_ = new IsListeningFilter;
|
| - channel_->AddFilter(is_listening_filter_);
|
| + channel_->AddFilter(is_listening_filter_.get());
|
| }
|
| return ret;
|
| }
|
|
|