Index: pkg/compiler/lib/src/dump_info.dart |
diff --git a/pkg/compiler/lib/src/dump_info.dart b/pkg/compiler/lib/src/dump_info.dart |
index 88d1be1c5b1b024d2bbc9499fb630a5c511f52a0..4e1008f22635fb89f94a3632715e017d45034e87 100644 |
--- a/pkg/compiler/lib/src/dump_info.dart |
+++ b/pkg/compiler/lib/src/dump_info.dart |
@@ -561,7 +561,7 @@ class DumpInfoTask extends CompilerTask { |
ChunkedConversionSink<Object> sink = encoder.startChunkedConversion( |
new StringConversionSink.fromStringSink(buffer)); |
sink.add(result.toJson()); |
- compiler.reportInfo(NO_LOCATION_SPANNABLE, MessageKind.GENERIC, { |
+ reporter.reportInfo(NO_LOCATION_SPANNABLE, MessageKind.GENERIC, { |
'text': "View the dumped .info.json file at " |
"https://dart-lang.github.io/dump-info-visualizer" |
}); |