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

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/inferrer/map_tracer.dart

Issue 338053002: Version 1.4.3. (Closed) Base URL: http://dart.googlecode.com/svn/branches/1.4/
Patch Set: Created 6 years, 6 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: dart/sdk/lib/_internal/compiler/implementation/inferrer/map_tracer.dart
===================================================================
--- dart/sdk/lib/_internal/compiler/implementation/inferrer/map_tracer.dart (revision 37347)
+++ dart/sdk/lib/_internal/compiler/implementation/inferrer/map_tracer.dart (working copy)
@@ -79,6 +79,7 @@
// the map.
TypeInformation map = info.arguments.positional[0];
if (map is MapTypeInformation) {
+ inferrer.analyzeMapAndEnqueue(map);
mapAssignments.add(map);
} else {
// If we could select a component from a [TypeInformation],

Powered by Google App Engine
This is Rietveld 408576698