| Index: pkg/third_party/html5lib/lib/src/encoding_parser.dart
|
| diff --git a/pkg/third_party/html5lib/lib/src/encoding_parser.dart b/pkg/third_party/html5lib/lib/src/encoding_parser.dart
|
| index 7b0edb8adfb3965be8886418f7d90911cd598841..297e3f585d9131d85a44ce88c8034d1a22578745 100644
|
| --- a/pkg/third_party/html5lib/lib/src/encoding_parser.dart
|
| +++ b/pkg/third_party/html5lib/lib/src/encoding_parser.dart
|
| @@ -3,7 +3,6 @@ library encoding_parser;
|
| import 'dart:collection';
|
| import 'constants.dart';
|
| import 'inputstream.dart';
|
| -import 'utils.dart';
|
|
|
| // TODO(jmesserly): I converted StopIteration to StateError("No more elements").
|
| // Seems strange to throw this from outside of an iterator though.
|
|
|