| Index: mojo/public/bindings/generators/js_templates/struct_definition.tmpl
|
| diff --git a/mojo/public/bindings/generators/js_templates/struct_definition.tmpl b/mojo/public/bindings/generators/js_templates/struct_definition.tmpl
|
| index df1ad15de450fdfcb98134d1a181ff9438eb6e91..4c66df267e187329a32985cab16f91bd3e3dee54 100644
|
| --- a/mojo/public/bindings/generators/js_templates/struct_definition.tmpl
|
| +++ b/mojo/public/bindings/generators/js_templates/struct_definition.tmpl
|
| @@ -35,7 +35,7 @@ tmp{{depth}}.{{subfield.name}} = {{result}};
|
| }
|
| {#--- POD types ---#}
|
| {%- else -%}
|
| -{{caller(value)}}
|
| +{{caller(value|substitute_namespace(imports))}}
|
| {%- endif %}
|
| {%- endmacro %}
|
|
|
|
|