| 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 a3d604674fb5c61fa6aa11d19fc392e365e94a5e..edbd0c84b00f3bd7b0edb51c96ee7ce2818b4534 100644
|
| --- a/pkg/third_party/html5lib/lib/src/inputstream.dart
|
| +++ b/pkg/third_party/html5lib/lib/src/inputstream.dart
|
| @@ -306,5 +306,5 @@ String codecName(String encoding) {
|
|
|
| if (encoding == null) return null;
|
| var canonicalName = encoding.replaceAll(asciiPunctuation, '').toLowerCase();
|
| - return encodings[canonicalName];
|
| + return ENCODINGS[canonicalName];
|
| }
|
|
|