| Index: content/common_child/npobject_proxy.h
|
| diff --git a/content/common_child/npobject_proxy.h b/content/common_child/npobject_proxy.h
|
| index cc98138fddde69e74369c4e529b129f96b155888..c46de9925229739d3d73f2d8f037c3399c2c5f96 100644
|
| --- a/content/common_child/npobject_proxy.h
|
| +++ b/content/common_child/npobject_proxy.h
|
| @@ -43,7 +43,7 @@ class NPObjectProxy : public IPC::Listener,
|
| // IPC::Sender implementation:
|
| virtual bool Send(IPC::Message* msg) OVERRIDE;
|
| int route_id() { return route_id_; }
|
| - NPChannelBase* channel() { return channel_; }
|
| + NPChannelBase* channel() { return channel_.get(); }
|
|
|
| // The next 9 functions are called on NPObjects from the plugin and browser.
|
| static bool NPHasMethod(NPObject *obj,
|
|
|