| 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 eb73532d75921af310e37c9e2adbda83474153e4..54e2d4ebcf187e68193c57d78a565f0a1e06c97d 100644
|
| --- a/mojo/public/tools/bindings/generators/js_templates/interface_definition.tmpl
|
| +++ b/mojo/public/tools/bindings/generators/js_templates/interface_definition.tmpl
|
| @@ -169,6 +169,7 @@ params.{{parameter.name}}{% if not loop.last %}, {% endif -%}
|
|
|
| var {{interface.name}} = {
|
| name: '{{namespace|replace(".","::")}}::{{interface.name}}',
|
| + kVersion: {{interface.version}},
|
| ptrClass: {{interface.name}}Ptr,
|
| proxyClass: {{interface.name}}Proxy,
|
| stubClass: {{interface.name}}Stub,
|
|
|