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

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

Issue 2595493002: Merge CoreTypes and CoreClasses into CommonElements. (Closed)
Patch Set: Updated cf. comment 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/universe/function_set.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 a49cbb90019a2bc357bb349dd9265934aa4299ea..5ff37f578d62a95a16125c6848ec7812543bc89e 100644
--- a/pkg/compiler/lib/src/universe/world_builder.dart
+++ b/pkg/compiler/lib/src/universe/world_builder.dart
@@ -501,8 +501,6 @@ class ResolutionWorldBuilderImpl implements ResolutionWorldBuilder {
CommonElements get commonElements => _resolution.commonElements;
- CoreTypes get coreTypes => _resolution.coreTypes;
-
ClosedWorld get closedWorldForTesting {
if (!_closed) {
throw new SpannableAssertionFailure(
@@ -1098,7 +1096,6 @@ class ResolutionWorldBuilderImpl implements ResolutionWorldBuilder {
return _closedWorldCache = new ClosedWorldImpl(
backend: _backend,
commonElements: commonElements,
- coreTypes: coreTypes,
resolverWorld: this,
functionSetBuilder: _allFunctions,
allTypedefs: _allTypedefs,
« no previous file with comments | « pkg/compiler/lib/src/universe/function_set.dart ('k') | pkg/compiler/lib/src/world.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698