| Index: pkg/compiler/lib/src/source_file_provider.dart
|
| diff --git a/pkg/compiler/lib/src/source_file_provider.dart b/pkg/compiler/lib/src/source_file_provider.dart
|
| index 57bc9d36256f3b03b7cb4f3c0331c6b6192552a1..2e2c7aae999c533160ea9a98d07db7f5dca9a74c 100644
|
| --- a/pkg/compiler/lib/src/source_file_provider.dart
|
| +++ b/pkg/compiler/lib/src/source_file_provider.dart
|
| @@ -168,9 +168,6 @@ class FormattingDiagnosticHandler implements CompilerDiagnostics {
|
| @override
|
| void report(var code, Uri uri, int begin, int end, String message,
|
| api.Diagnostic kind) {
|
| - // TODO(ahe): Remove this when source map is handled differently.
|
| - if (identical(kind.name, 'source map')) return;
|
| -
|
| if (isAborting) return;
|
| isAborting = (kind == api.Diagnostic.CRASH);
|
|
|
|
|