Index: mojo/public/tools/bindings/generators/dart_templates/mojom_type_macros.tmpl |
diff --git a/mojo/public/tools/bindings/generators/dart_templates/mojom_type_macros.tmpl b/mojo/public/tools/bindings/generators/dart_templates/mojom_type_macros.tmpl |
index 82ea195fb14cccbc07f4f47abcba26a0e9d0bf5e..32eaf3c001b653ce4c6a66b1522131aa9fb874d0 100644 |
--- a/mojo/public/tools/bindings/generators/dart_templates/mojom_type_macros.tmpl |
+++ b/mojo/public/tools/bindings/generators/dart_templates/mojom_type_macros.tmpl |
@@ -21,7 +21,7 @@ |
..declData = (new {{typepkg}}DeclarationData() |
..shortName = '{{type|mojom_type_name|upper_camel}}' |
..fullIdentifier = '{{type|fullidentifier}}') |
- ..interfaceName = '{{type|name}}' |
+ ..serviceName_ = '{{type|name}}' |
azani
2016/02/10 00:06:39
This changes the name in dart bindings. Is that wh
rudominer
2016/02/10 00:43:49
This is changing the name in the generated code th
|
..methods = <int, {{typepkg}}MojomMethod>{ |
{%- for method in type.methods %} |
_{{type|name}}_{{method|name}}Name: new {{typepkg}}MojomMethod() |