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

Unified Diff: pkg/compiler/lib/src/kernel/types.dart

Issue 2937203002: Add J-elements (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/kernel/kernel_backend_strategy.dart ('k') | pkg/compiler/lib/src/native/ssa.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/kernel/types.dart
diff --git a/pkg/compiler/lib/src/kernel/types.dart b/pkg/compiler/lib/src/kernel/types.dart
index af6884d3946a1cae652368319b072eaeaec89962..b57b79df09ce63e86961ba7cae8f303611c5bcbe 100644
--- a/pkg/compiler/lib/src/kernel/types.dart
+++ b/pkg/compiler/lib/src/kernel/types.dart
@@ -32,7 +32,7 @@ class _KernelDartTypes extends DartTypes {
@override
InterfaceType getThisType(ClassEntity cls) {
- return elementMap.getThisType(cls);
+ return elementMap._getThisType(cls);
}
@override
@@ -82,7 +82,7 @@ class _KernelOrderedTypeSetBuilder extends OrderedTypeSetBuilderBase {
objectType: elementMap.commonElements.objectType);
InterfaceType getThisType(ClassEntity cls) {
- return elementMap.getThisType(cls);
+ return elementMap._getThisType(cls);
}
InterfaceType substByContext(InterfaceType type, InterfaceType context) {
« no previous file with comments | « pkg/compiler/lib/src/kernel/kernel_backend_strategy.dart ('k') | pkg/compiler/lib/src/native/ssa.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698