| Index: pkg/compiler/lib/src/dart2js.dart
|
| diff --git a/pkg/compiler/lib/src/dart2js.dart b/pkg/compiler/lib/src/dart2js.dart
|
| index 5e36769e803afca344039956e7bed91fe93e53bf..24a058f317f0a1ccae0cf8995a05b00694614781 100644
|
| --- a/pkg/compiler/lib/src/dart2js.dart
|
| +++ b/pkg/compiler/lib/src/dart2js.dart
|
| @@ -503,7 +503,7 @@ void writeString(Uri uri, String text) {
|
| void fail(String message) {
|
| if (diagnosticHandler != null) {
|
| diagnosticHandler.report(
|
| - null, -1, -1, message, api.Diagnostic.ERROR);
|
| + null, null, -1, -1, message, api.Diagnostic.ERROR);
|
| } else {
|
| print('Error: $message');
|
| }
|
|
|