| Index: sdk/lib/_internal/compiler/implementation/inferrer/type_graph_nodes.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/inferrer/type_graph_nodes.dart b/sdk/lib/_internal/compiler/implementation/inferrer/type_graph_nodes.dart
|
| index 539db8ae80c12314d370d7e342e4d09337a7064d..1d0932255e4cee3bc104cd245dbd7e180ff2b908 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/inferrer/type_graph_nodes.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/inferrer/type_graph_nodes.dart
|
| @@ -118,7 +118,7 @@ abstract class TypeInformation {
|
| */
|
| class ParameterAssignments extends IterableBase<TypeInformation> {
|
| final Map<TypeInformation, int> assignments =
|
| - new HashMap<TypeInformation, int>();
|
| + new Map<TypeInformation, int>();
|
|
|
| void remove(TypeInformation info) {
|
| int existing = assignments[info];
|
|
|