Chromium Code Reviews| Index: sky/specs/script.md |
| diff --git a/sky/specs/script.md b/sky/specs/script.md |
| index 6bb5c28cc26b063d4455fb4ad95f02b77059f81a..857f2c00f1ca6d5571e557aa027bc6bf6b85df12 100644 |
| --- a/sky/specs/script.md |
| +++ b/sky/specs/script.md |
| @@ -22,6 +22,8 @@ argument's default value. |
| The following definitions are exposed in ``dart:sky``: |
| ```dart |
| +import 'dart:mirrors'; |
| + |
| abstract class AutomaticMetadata { |
| const AutomaticMetadata(); |
| void init(DeclarationMirror target, Module module); |