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 1f1f8bcd243e68a6e672dbb878d6d3bc79b8fd3e..e9d7c05434a32c471e95384baa00dee16c419c52 100644 |
--- a/pkg/compiler/lib/src/dump_info.dart |
+++ b/pkg/compiler/lib/src/dump_info.dart |
@@ -560,7 +560,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" |
}); |