| Index: pkg/third_party/html5lib/lib/parser.dart
|
| diff --git a/pkg/third_party/html5lib/lib/parser.dart b/pkg/third_party/html5lib/lib/parser.dart
|
| index 721985abecf8e166d6a2e49695524af819f9a574..aca56617ea4d0815c8232c61272711604b39f68f 100644
|
| --- a/pkg/third_party/html5lib/lib/parser.dart
|
| +++ b/pkg/third_party/html5lib/lib/parser.dart
|
| @@ -3354,7 +3354,7 @@ class ParseError implements Exception {
|
|
|
| String toString() {
|
| var res = span.getLocationMessage(message);
|
| - return span.sourceUrl == null ? 'ParserError$res' : res;
|
| + return span.sourceUrl == null ? 'ParserError on $res' : 'On $res';
|
| }
|
| }
|
|
|
|
|