Chromium Code Reviews| Index: remoting/client/plugin/chromoting_instance.cc |
| =================================================================== |
| --- remoting/client/plugin/chromoting_instance.cc (revision 70488) |
| +++ remoting/client/plugin/chromoting_instance.cc (working copy) |
| @@ -183,7 +183,7 @@ |
| object->Init(); |
| // The pp::Var takes ownership of object here. |
| - instance_object_ = pp::Var(object); |
| + instance_object_ = pp::Var(this, object); |
| } |
| return instance_object_; |