Index: pkg/compiler/lib/src/ssa/builder_kernel.dart |
diff --git a/pkg/compiler/lib/src/ssa/builder_kernel.dart b/pkg/compiler/lib/src/ssa/builder_kernel.dart |
index 346a168633157cdb220b3e81029ef0750b33489a..fc4dc48e55d4538b2dffb181209e34c33702e6bb 100644 |
--- a/pkg/compiler/lib/src/ssa/builder_kernel.dart |
+++ b/pkg/compiler/lib/src/ssa/builder_kernel.dart |
@@ -298,7 +298,7 @@ class KernelSsaBuilder extends ir.Visitor with GraphBuilder { |
TypeMask type = astAdapter.selectorTypeOf(invocation); |
push(new HInvokeDynamicMethod(astAdapter.getSelector(invocation), |
- astAdapter.getTypeMask(invocation), inputs, type, isIntercepted)); |
+ astAdapter.typeOfInvocation(invocation), inputs, type, isIntercepted)); |
} |
@override |