Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: pkg/compiler/lib/src/types/container_type_mask.dart

Issue 2622583004: Use entities in all masks. (Closed)
Patch Set: Update comment. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/compiler/lib/src/types/container_type_mask.dart
diff --git a/pkg/compiler/lib/src/types/container_type_mask.dart b/pkg/compiler/lib/src/types/container_type_mask.dart
index 908996bc2d392a6dd23274dc2b01b6a403856324..edad3af22c807312b5261506ad192b87199b529b 100644
--- a/pkg/compiler/lib/src/types/container_type_mask.dart
+++ b/pkg/compiler/lib/src/types/container_type_mask.dart
@@ -13,8 +13,8 @@ class ContainerTypeMask 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 element type of this container.
final TypeMask elementType;
« no previous file with comments | « no previous file | pkg/compiler/lib/src/types/flat_type_mask.dart » ('j') | pkg/compiler/lib/src/types/union_type_mask.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698