| Index: pkg/compiler/lib/src/native/ssa.dart
|
| diff --git a/pkg/compiler/lib/src/native/ssa.dart b/pkg/compiler/lib/src/native/ssa.dart
|
| index a93338b858d5eab6eb51e4aad24470e951a852dc..fa970b7db79a14cf04e39c58792196f467972a4e 100644
|
| --- a/pkg/compiler/lib/src/native/ssa.dart
|
| +++ b/pkg/compiler/lib/src/native/ssa.dart
|
| @@ -61,7 +61,7 @@ void handleSsaNative(SsaBuilder builder, Expression nativeBody) {
|
| inputs.add(builder.localsHandler.readThis());
|
| }
|
| parameters.forEachParameter((ParameterElement parameter) {
|
| - DartType type = parameter.type.unalias(compiler.resolution);
|
| + DartType type = parameter.type.unaliased;
|
| HInstruction input = builder.localsHandler.readLocal(parameter);
|
| if (type is FunctionType) {
|
| // The parameter type is a function type either directly or through
|
|
|