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

Unified Diff: pkg/compiler/lib/src/ssa/graph_builder.dart

Issue 2954493002: Less inequivalence on Hello World! (Closed)
Patch Set: Fix Created 3 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: pkg/compiler/lib/src/ssa/graph_builder.dart
diff --git a/pkg/compiler/lib/src/ssa/graph_builder.dart b/pkg/compiler/lib/src/ssa/graph_builder.dart
index ed8cbf55be1d9212e3ff44c2c0f0e9cb1a19ecb4..4da85679f17b0976ffeb6126e1e8a0dedeae36cb 100644
--- a/pkg/compiler/lib/src/ssa/graph_builder.dart
+++ b/pkg/compiler/lib/src/ssa/graph_builder.dart
@@ -99,7 +99,7 @@ abstract class GraphBuilder {
DeferredLoadTask get deferredLoadTask => compiler.deferredLoadTask;
- DartTypes get types => compiler.types;
+ DartTypes get types => closedWorld.dartTypes;
/// Used to track the locals while building the graph.
LocalsHandler localsHandler;

Powered by Google App Engine
This is Rietveld 408576698