Chromium Code Reviews| Index: pkg/compiler/lib/src/js/builder.dart |
| diff --git a/pkg/compiler/lib/src/js/builder.dart b/pkg/compiler/lib/src/js/builder.dart |
| index 0fa01cc01bef3bed461608af9e5591c026423b23..72b4507081ebca30903142b36121319d01c75640 100644 |
| --- a/pkg/compiler/lib/src/js/builder.dart |
| +++ b/pkg/compiler/lib/src/js/builder.dart |
| @@ -5,7 +5,7 @@ |
| // Utilities for building JS ASTs at runtime. Contains a builder class |
| // and a parser that parses part of the language. |
| -part of js; |
| +part of js_ast; |
| /** |