| 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 94caa57f37a7daa55f8d7bc69e3a2276e23ce35d..1ab3c24f87393f9d61114b3ffa9c07ad96786782 100644
|
| --- a/pkg/compiler/lib/src/inferrer/map_tracer.dart
|
| +++ b/pkg/compiler/lib/src/inferrer/map_tracer.dart
|
| @@ -2,7 +2,13 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of type_graph_inferrer;
|
| +library compiler.src.inferrer.map_tracer;
|
| +
|
| +import '../elements/elements.dart';
|
| +import '../universe/selector.dart' show Selector;
|
| +
|
| +import 'node_tracer.dart';
|
| +import 'type_graph_nodes.dart';
|
|
|
| Set<String> okMapSelectorsSet = new Set.from(
|
| const <String>[
|
|
|