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

Unified Diff: pkg/compiler/lib/src/constant_system_dart.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/compiler.dart ('k') | pkg/compiler/lib/src/constants/evaluation.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/constant_system_dart.dart
diff --git a/pkg/compiler/lib/src/constant_system_dart.dart b/pkg/compiler/lib/src/constant_system_dart.dart
index e1d468df5e05de6363e5362ab8b0d18fbb56f547..8df511fa19eb250cefa54bbc187cd91ae16eb9de 100644
--- a/pkg/compiler/lib/src/constant_system_dart.dart
+++ b/pkg/compiler/lib/src/constant_system_dart.dart
@@ -446,8 +446,8 @@ class DartConstantSystem extends ConstantSystem {
@override
ConstantValue createType(Compiler compiler, DartType type) {
// TODO(johnniwinther): Change the `Type` type to
- // `compiler.coreTypes.typeType` and check the backend specific value in
- // [checkConstMapKeysDontOverrideEquals] in 'members.dart'.
+ // `compiler.commonElements.typeType` and check the backend specific value
+ // in [checkConstMapKeysDontOverrideEquals] in 'members.dart'.
return new TypeConstantValue(
type,
compiler.backend.backendClasses.typeImplementation
« no previous file with comments | « pkg/compiler/lib/src/compiler.dart ('k') | pkg/compiler/lib/src/constants/evaluation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698