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

Unified Diff: pkg/compiler/lib/src/universe/element_world_builder.dart

Issue 2954493002: Less inequivalence on Hello World! (Closed)
Patch Set: Updated cf. comments 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
« no previous file with comments | « pkg/compiler/lib/src/typechecker.dart ('k') | pkg/compiler/lib/src/universe/resolution_world_builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/universe/element_world_builder.dart
diff --git a/pkg/compiler/lib/src/universe/element_world_builder.dart b/pkg/compiler/lib/src/universe/element_world_builder.dart
index 50beb8c671da5bc485dda6e3d8d6537097976a8e..aba0024ff32505c435f9b652c000a88a1b8137c7 100644
--- a/pkg/compiler/lib/src/universe/element_world_builder.dart
+++ b/pkg/compiler/lib/src/universe/element_world_builder.dart
@@ -22,6 +22,7 @@ class ElementResolutionWorldBuilder extends ResolutionWorldBuilderBase {
SelectorConstraintsStrategy selectorConstraintsStrategy)
: super(
_resolution.elementEnvironment,
+ _resolution.types,
_resolution.commonElements,
backend.constantSystem,
nativeBasicData,
@@ -176,6 +177,7 @@ class ElementResolutionWorldBuilder extends ResolutionWorldBuilderBase {
_closed = true;
return _closedWorldCache = new ClosedWorldImpl(
elementEnvironment: _elementEnvironment,
+ dartTypes: _dartTypes,
commonElements: _commonElements,
constantSystem: _constantSystem,
nativeData: _nativeDataBuilder.close(),
« no previous file with comments | « pkg/compiler/lib/src/typechecker.dart ('k') | pkg/compiler/lib/src/universe/resolution_world_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698