| Index: mojo/public/tools/bindings/generators/go_templates/interface.tmpl
|
| diff --git a/mojo/public/tools/bindings/generators/go_templates/interface.tmpl b/mojo/public/tools/bindings/generators/go_templates/interface.tmpl
|
| index 32ba383839d33b2e04724db70654b5ccd3283c05..d41df270b4fc2f27c959f1435a5d2a39886ed452 100644
|
| --- a/mojo/public/tools/bindings/generators/go_templates/interface.tmpl
|
| +++ b/mojo/public/tools/bindings/generators/go_templates/interface.tmpl
|
| @@ -23,13 +23,13 @@
|
|
|
|
|
|
|
| -{%- macro flags(response_parameters, is_renponse) -%}
|
| +{%- macro flags(response_parameters, is_response) -%}
|
| {%- if not response_parameters -%}
|
| bindings.MessageNoFlag
|
| -{%- elif is_parameter: -%}
|
| - bindings.MessageExpectsResponseFlag
|
| -{%- else -%}
|
| +{%- elif is_response: -%}
|
| bindings.MessageIsResponseFlag
|
| +{%- else -%}
|
| + bindings.MessageExpectsResponseFlag
|
| {%- endif -%}
|
| {%- endmacro -%}
|
|
|
|
|