| 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..2a552dd305f31b7f36d88afbd19d75269fd30d31 100644
|
| --- a/pkg/compiler/lib/src/native/ssa.dart
|
| +++ b/pkg/compiler/lib/src/native/ssa.dart
|
| @@ -21,7 +21,7 @@ void handleSsaNative(SsaBuilder builder, Expression nativeBody) {
|
| HInstruction arity = builder.graph.addConstant(arityConstant, compiler);
|
| // TODO(ngeoffray): For static methods, we could pass a method with a
|
| // defined arity.
|
| - Element helper = backend.getClosureConverter();
|
| + Element helper = backend.helpers.closureConverter;
|
| builder.pushInvokeStatic(nativeBody, helper, [local, arity]);
|
| HInstruction closure = builder.pop();
|
| return closure;
|
|
|