| Index: sky/engine/bindings/scripts/templates/callback_interface_dart.template
|
| diff --git a/sky/engine/bindings/scripts/templates/callback_interface_dart.template b/sky/engine/bindings/scripts/templates/callback_interface_dart.template
|
| index dab95f7efad0a11644aee0cd936de8f9035a7f39..4e122bdfba551932f23184210512829566ee94bd 100644
|
| --- a/sky/engine/bindings/scripts/templates/callback_interface_dart.template
|
| +++ b/sky/engine/bindings/scripts/templates/callback_interface_dart.template
|
| @@ -5,4 +5,4 @@
|
| // WARNING: Do not edit - generated code.
|
| part of dart.sky;
|
|
|
| -typedef void {{cpp_class}}({{methods[0].argument_declarations | join(', ')}});
|
| +typedef void {{cpp_class}}({{methods[0].dart_argument_declarations | join(', ')}});
|
|
|