Index: pkg/compiler/lib/src/parser/parser.dart |
diff --git a/pkg/compiler/lib/src/parser/parser.dart b/pkg/compiler/lib/src/parser/parser.dart |
index 6ed2657b74a53e158e607f8e2b38a95ab8db671c..7adddb5f2cff272bf02554d1515d2f9287f52119 100644 |
--- a/pkg/compiler/lib/src/parser/parser.dart |
+++ b/pkg/compiler/lib/src/parser/parser.dart |
@@ -4,8 +4,7 @@ |
library dart2js.parser; |
-import '../diagnostics/messages.dart' show |
- MessageKind; |
+import '../common.dart'; |
import '../tokens/keyword.dart' show |
Keyword; |
import '../tokens/precedence.dart' show |