| Index: pkg/compiler/lib/src/types/map_type_mask.dart
|
| diff --git a/pkg/compiler/lib/src/types/map_type_mask.dart b/pkg/compiler/lib/src/types/map_type_mask.dart
|
| index 230db17d0f10de5ab805758a282fc2f5fd16195c..148fdbf58d7d051156eff4fa44bfc2b53b591cd1 100644
|
| --- a/pkg/compiler/lib/src/types/map_type_mask.dart
|
| +++ b/pkg/compiler/lib/src/types/map_type_mask.dart
|
| @@ -15,8 +15,8 @@ class MapTypeMask extends ForwardingTypeMask {
|
| // The [Node] where this type mask was created.
|
| final Node allocationNode;
|
|
|
| - // The [Element] where this type mask was created.
|
| - final Element allocationElement;
|
| + // The [Entity] where this type mask was created.
|
| + final Entity allocationElement;
|
|
|
| // The value type of this map.
|
| final TypeMask valueType;
|
|
|