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

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

Issue 2569733002: Even less reliance on Compiler.closedWorld (Closed)
Patch Set: Updated cf. comments. Created 4 years 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/types/types.dart ('k') | pkg/compiler/lib/src/world.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/universe/world_builder.dart
diff --git a/pkg/compiler/lib/src/universe/world_builder.dart b/pkg/compiler/lib/src/universe/world_builder.dart
index 23855be70c10446c3745e74d3fa936ea4f497bcc..130b7eb4e9b7e138a185f8a53110431deb82d53d 100644
--- a/pkg/compiler/lib/src/universe/world_builder.dart
+++ b/pkg/compiler/lib/src/universe/world_builder.dart
@@ -434,8 +434,8 @@ class ResolutionWorldBuilderImpl implements ResolutionWorldBuilder {
CacheStrategy cacheStrategy, this.selectorConstraintsStrategy)
: this._backend = backend,
this._resolution = resolution {
- _openWorld =
- new WorldImpl(this, backend, resolution.coreClasses, cacheStrategy);
+ _openWorld = new WorldImpl(this, backend, resolution.coreClasses,
+ resolution.coreTypes, cacheStrategy);
}
Iterable<ClassElement> get processedClasses => _processedClasses.keys
« no previous file with comments | « pkg/compiler/lib/src/types/types.dart ('k') | pkg/compiler/lib/src/world.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698