| Index: mojo/public/tools/bindings/generators/js_templates/interface_definition.tmpl
|
| diff --git a/mojo/public/tools/bindings/generators/js_templates/interface_definition.tmpl b/mojo/public/tools/bindings/generators/js_templates/interface_definition.tmpl
|
| index c479a8b3e4a195746de0ebae997c747b154bbb68..96a241cc46f3b713088c0d0aefbf770a6b19bc7f 100644
|
| --- a/mojo/public/tools/bindings/generators/js_templates/interface_definition.tmpl
|
| +++ b/mojo/public/tools/bindings/generators/js_templates/interface_definition.tmpl
|
| @@ -14,7 +14,7 @@
|
| {%- for method in interface.methods %}
|
| {{interface.name}}Ptr.prototype.{{method.name|stylize_method}} = function() {
|
| return {{interface.name}}Proxy.prototype.{{method.name|stylize_method}}
|
| - .apply(this.ptr.connection.remote, arguments);
|
| + .apply(this.ptr.getProxy(), arguments);
|
| };
|
|
|
| {{interface.name}}Proxy.prototype.{{method.name|stylize_method}} = function(
|
|
|