| Index: mojo/public/tools/bindings/generators/js_templates/module_definition.tmpl
|
| diff --git a/mojo/public/tools/bindings/generators/js_templates/module_definition.tmpl b/mojo/public/tools/bindings/generators/js_templates/module_definition.tmpl
|
| index 86ea2ce257e08523acfbc7145917b8370203f3ba..ddfef72bcc938746446cedf1b3d137ab00088214 100644
|
| --- a/mojo/public/tools/bindings/generators/js_templates/module_definition.tmpl
|
| +++ b/mojo/public/tools/bindings/generators/js_templates/module_definition.tmpl
|
| @@ -40,6 +40,7 @@
|
| {%- endfor %}
|
| {%- for interface in interfaces %}
|
| exports.{{interface.name}} = {{interface.name}};
|
| + exports.{{interface.name}}Ptr = {{interface.name}}Ptr;
|
| {#--- Interface Client #}
|
| {%- if interface.client in interfaces|map(attribute='name') %}
|
| exports.{{interface.name}}.client = {{interface.client}};
|
|
|