| Index: pkg/third_party/html5lib/lib/src/inputstream.dart
|
| diff --git a/pkg/third_party/html5lib/lib/src/inputstream.dart b/pkg/third_party/html5lib/lib/src/inputstream.dart
|
| index 29ee1dcbcdabfe11834519a0c843869381ac635c..a3d604674fb5c61fa6aa11d19fc392e365e94a5e 100644
|
| --- a/pkg/third_party/html5lib/lib/src/inputstream.dart
|
| +++ b/pkg/third_party/html5lib/lib/src/inputstream.dart
|
| @@ -1,7 +1,7 @@
|
| library inputstream;
|
|
|
| import 'dart:collection';
|
| -import 'dart:utf';
|
| +import 'package:utf/utf.dart';
|
| import 'package:source_maps/span.dart' show SourceFile;
|
| import 'char_encodings.dart';
|
| import 'constants.dart';
|
|
|