Index: pkg/kernel/lib/transformations/mixin_full_resolution.dart |
diff --git a/pkg/kernel/lib/transformations/mixin_full_resolution.dart b/pkg/kernel/lib/transformations/mixin_full_resolution.dart |
index 549d740b4c13b1e682450dddee4047a2a213b2a0..0fbb388f8781ac254283066388e11f39c8a2aeb5 100644 |
--- a/pkg/kernel/lib/transformations/mixin_full_resolution.dart |
+++ b/pkg/kernel/lib/transformations/mixin_full_resolution.dart |
@@ -279,7 +279,7 @@ class SuperCallResolutionTransformer extends Transformer { |
ConstructorInvocation _createInvocation(String methodName, |
Arguments callArguments, bool isSuperInvocation, Expression receiver) { |
if (_invocationMirrorConstructor == null) { |
- Class clazz = coreTypes.getClass('dart:core', '_InvocationMirror'); |
+ Class clazz = coreTypes.invocationMirrorClass; |
_invocationMirrorConstructor = clazz.constructors[0]; |
} |