| Index: pkg/compiler/lib/src/scanner/utf8_bytes_scanner.dart
|
| diff --git a/pkg/compiler/lib/src/scanner/utf8_bytes_scanner.dart b/pkg/compiler/lib/src/scanner/utf8_bytes_scanner.dart
|
| index c4b87ed44bd0a3c3d61e4efc2864bf15d04a29c6..ea46e35457c8ed133b82c176a63d0a9b841a4f5f 100644
|
| --- a/pkg/compiler/lib/src/scanner/utf8_bytes_scanner.dart
|
| +++ b/pkg/compiler/lib/src/scanner/utf8_bytes_scanner.dart
|
| @@ -9,7 +9,6 @@ import 'dart:convert' show UNICODE_BOM_CHARACTER_RUNE, UTF8;
|
| import '../io/source_file.dart' show SourceFile;
|
| import '../tokens/precedence.dart' show PrecedenceInfo;
|
| import '../tokens/token.dart' show StringToken, Token;
|
| -
|
| import 'array_based_scanner.dart' show ArrayBasedScanner;
|
|
|
| /**
|
|
|