| Index: pkg/compiler/lib/src/inferrer/map_tracer.dart
|
| diff --git a/pkg/compiler/lib/src/inferrer/map_tracer.dart b/pkg/compiler/lib/src/inferrer/map_tracer.dart
|
| index 0abb2ca51cedb99a878da9c0a4a5f1cd06aa881f..3693663e1299f39f7b88393c3d3ec203dc491246 100644
|
| --- a/pkg/compiler/lib/src/inferrer/map_tracer.dart
|
| +++ b/pkg/compiler/lib/src/inferrer/map_tracer.dart
|
| @@ -31,7 +31,7 @@ Set<String> okMapSelectorsSet = new Set.from(const <String>[
|
| "remove"
|
| ]);
|
|
|
| -class MapTracerVisitor extends TracerVisitor<MapTypeInformation> {
|
| +class MapTracerVisitor extends TracerVisitor {
|
| // These lists are used to keep track of newly discovered assignments to
|
| // the map. Note that elements at corresponding indices are expected to
|
| // belong to the same assignment operation.
|
|
|