| Index: mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl
|
| diff --git a/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl b/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl
|
| index 9306d2f816d01b260f5203732f517b3d5b06f799..bfb18fa8f0b9475f06711128141f10a7891579df 100644
|
| --- a/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl
|
| +++ b/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl
|
| @@ -97,7 +97,7 @@ using {{enum.name}} = {{enum.name}}; // Alias for definition in the parent name
|
|
|
| {#--- Constants #}
|
| {%- for constant in module.constants %}
|
| -{{constant|format_constant_declaration}};
|
| +{{constant|format_constant_declaration(export_attribute=export_attribute)}};
|
| {%- endfor %}
|
|
|
| {#--- Interface Forward Declarations -#}
|
|
|