| Index: pkg/compiler/lib/src/io/source_file.dart
|
| diff --git a/pkg/compiler/lib/src/io/source_file.dart b/pkg/compiler/lib/src/io/source_file.dart
|
| index 93e61895c91259223787ff5c81ec89167da8a3e6..8b137c0610919f8c4345b7cec46939ed371d9c5c 100644
|
| --- a/pkg/compiler/lib/src/io/source_file.dart
|
| +++ b/pkg/compiler/lib/src/io/source_file.dart
|
| @@ -4,8 +4,8 @@
|
|
|
| library dart2js.io.source_file;
|
|
|
| -import 'dart:math';
|
| import 'dart:convert' show UTF8;
|
| +import 'dart:math';
|
| import 'dart:typed_data' show Uint8List;
|
|
|
| import 'line_column_provider.dart';
|
|
|