| Index: sky/engine/bindings/scripts/templates/interface_dart.template
|
| diff --git a/sky/engine/bindings/scripts/templates/interface_dart.template b/sky/engine/bindings/scripts/templates/interface_dart.template
|
| index d99e7a614bc0ce5710016e33e1cb1cd943373711..7576a537c4b52082668a213a10438b9fcbff6df0 100644
|
| --- a/sky/engine/bindings/scripts/templates/interface_dart.template
|
| +++ b/sky/engine/bindings/scripts/templates/interface_dart.template
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| // WARNING: Do not edit - generated code.
|
| -part of sky.core;
|
| +part of dart.sky;
|
|
|
| {% macro args_macro(args) -%}
|
| {%- for arg in args -%}
|
|
|