summaryrefslogtreecommitdiffstats
path: root/content/renderer/plugin_channel_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/renderer/plugin_channel_host.cc')
-rw-r--r--content/renderer/plugin_channel_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/plugin_channel_host.cc b/content/renderer/plugin_channel_host.cc
index b49b093..118dc5e 100644
--- a/content/renderer/plugin_channel_host.cc
+++ b/content/renderer/plugin_channel_host.cc
@@ -144,7 +144,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;
}