| Index: dart/pkg/compiler/lib/src/string_validator.dart
|
| diff --git a/dart/pkg/compiler/lib/src/string_validator.dart b/dart/pkg/compiler/lib/src/string_validator.dart
|
| index d967e44799ccca757a2ae93acca71b2888500869..5a7c33104c43441cd3cb3c4081b68ced16b39205 100644
|
| --- a/dart/pkg/compiler/lib/src/string_validator.dart
|
| +++ b/dart/pkg/compiler/lib/src/string_validator.dart
|
| @@ -102,7 +102,7 @@ class StringValidator {
|
| }
|
|
|
| void stringParseError(String message, Token token, int offset) {
|
| - listener.reportFatalError(
|
| + listener.reportError(
|
| token, MessageKind.GENERIC, {'text': "$message @ $offset"});
|
| }
|
|
|
|
|