Index: pkg/compiler/lib/src/resolution/class_hierarchy.dart |
diff --git a/pkg/compiler/lib/src/resolution/class_hierarchy.dart b/pkg/compiler/lib/src/resolution/class_hierarchy.dart |
index 2544cb4b0d49c3a15bbf785ef957bd9abebee754..c260b9962c3e0b960b178a15a1a077383284df7e 100644 |
--- a/pkg/compiler/lib/src/resolution/class_hierarchy.dart |
+++ b/pkg/compiler/lib/src/resolution/class_hierarchy.dart |
@@ -41,7 +41,7 @@ class TypeDefinitionVisitor extends MappingVisitor<ResolutionDartType> { |
CommonElements get commonElements => resolution.commonElements; |
- ResolutionDartType get objectType => commonElements.objectType; |
+ ResolutionInterfaceType get objectType => commonElements.objectType; |
void resolveTypeVariableBounds(NodeList node) { |
if (node == null) return; |