| Index: pkg/compiler/lib/src/scanner/scanner.dart
|
| diff --git a/pkg/compiler/lib/src/scanner/scanner.dart b/pkg/compiler/lib/src/scanner/scanner.dart
|
| index e305738fa2037c6b1dc54ce4316850390bfa8e85..db14d98a81335d1a1abc74df1414eddb9e791f46 100644
|
| --- a/pkg/compiler/lib/src/scanner/scanner.dart
|
| +++ b/pkg/compiler/lib/src/scanner/scanner.dart
|
| @@ -7,14 +7,14 @@ library dart2js.scanner;
|
| import '../io/source_file.dart' show
|
| SourceFile,
|
| Utf8BytesSourceFile;
|
| -import '../util/characters.dart';
|
| -
|
| -import 'keyword.dart' show
|
| +import '../tokens/keyword.dart' show
|
| Keyword,
|
| KeywordState;
|
| +import '../tokens/token.dart';
|
| +import '../util/characters.dart';
|
| +
|
| import 'string_scanner.dart' show
|
| StringScanner;
|
| -import 'token.dart';
|
| import 'utf8_bytes_scanner.dart' show
|
| Utf8BytesScanner;
|
|
|
|
|