Index: pkg/compiler/lib/src/tokens/token_map.dart |
diff --git a/pkg/compiler/lib/src/tokens/token_map.dart b/pkg/compiler/lib/src/tokens/token_map.dart |
index e7fc3b574e54de4c1b238e58b18fc95cbd534dc1..6165b55dad44c401dafe1010105e39d1d7b6a028 100644 |
--- a/pkg/compiler/lib/src/tokens/token_map.dart |
+++ b/pkg/compiler/lib/src/tokens/token_map.dart |
@@ -4,7 +4,7 @@ |
library dart2js.tokens.token_map; |
-import 'token.dart' show Token; |
+import 'package:dart_scanner/dart_scanner.dart' show Token; |
/** |
* Key class used in [TokenMap] in which the hash code for a token is based |