| 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 09c1f35502fd51dcaac40e5d93926c47ac5fbc9d..1f1f8bcd243e68a6e672dbb878d6d3bc79b8fd3e 100644
|
| --- a/pkg/compiler/lib/src/dump_info.dart
|
| +++ b/pkg/compiler/lib/src/dump_info.dart
|
| @@ -31,7 +31,7 @@ import 'js_emitter/full_emitter/emitter.dart' as full show
|
| import 'js/js.dart' as jsAst;
|
| import 'universe/universe.dart' show
|
| UniverseSelector;
|
| -import 'stats/builder.dart';
|
| +import 'info/send_info.dart' show collectSendMeasurements;
|
|
|
| class ElementInfoCollector extends BaseElementVisitor<Info, dynamic> {
|
| final Compiler compiler;
|
|
|