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

Unified Diff: pkg/compiler/lib/src/constant_system_dart.dart

Issue 2659883002: Use entities in BackendClasses (Closed)
Patch Set: Created 3 years, 11 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/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 7c3ebc103d3ca7fffddf04f862ad9a8a1b0af6e8..f8aaaaf9eac7a3f815155397fcbb3b60eb1e6001 100644
--- a/pkg/compiler/lib/src/constant_system_dart.dart
+++ b/pkg/compiler/lib/src/constant_system_dart.dart
@@ -458,9 +458,8 @@ class DartConstantSystem extends ConstantSystem {
// TODO(johnniwinther): Change the `Type` type to
// `compiler.commonElements.typeType` and check the backend specific value
// in [checkConstMapKeysDontOverrideEquals] in 'members.dart'.
- ResolutionInterfaceType implementationType = compiler
- .backend.backendClasses.typeImplementation
- .computeType(compiler.resolution);
+ ResolutionInterfaceType implementationType =
+ compiler.backend.backendClasses.typeType;
return new TypeConstantValue(type, implementationType);
}

Powered by Google App Engine
This is Rietveld 408576698