| Index: lib/compiler/implementation/native_handler.dart
|
| diff --git a/lib/compiler/implementation/native_handler.dart b/lib/compiler/implementation/native_handler.dart
|
| index 0dc177f8d65a5c6df7c7dd0d858a136e94361d6f..ef02e8f27ea96e8ba9a832ac8c2ec279eac06b0d 100644
|
| --- a/lib/compiler/implementation/native_handler.dart
|
| +++ b/lib/compiler/implementation/native_handler.dart
|
| @@ -218,7 +218,7 @@ void handleSsaNative(SsaBuilder builder, Send node) {
|
| return;
|
| }
|
|
|
| - HInstruction convertDartClosure(Element parameter, Type type) {
|
| + HInstruction convertDartClosure(Element parameter, FunctionType type) {
|
| HInstruction local = builder.localsHandler.readLocal(parameter);
|
| // TODO(ngeoffray): For static methods, we could pass a method with a
|
| // defined arity.
|
|
|