| 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 a119ee9480f0725a4afac7ba0b26567e48e5611c..a18c333e86f12f17fd4028c6221212e6ff2e02e8 100644
|
| --- a/mojo/public/tools/bindings/generators/js_templates/module_definition.tmpl
|
| +++ b/mojo/public/tools/bindings/generators/js_templates/module_definition.tmpl
|
| @@ -46,4 +46,5 @@
|
| {%- for interface in interfaces %}
|
| exports.{{interface.name}} = {{interface.name}};
|
| exports.{{interface.name}}Ptr = {{interface.name}}Ptr;
|
| + exports.Associated{{interface.name}}Ptr = Associated{{interface.name}}Ptr;
|
| {%- endfor %}
|
|
|