| Index: pkg/compiler/lib/src/common/codegen.dart
|
| diff --git a/pkg/compiler/lib/src/common/codegen.dart b/pkg/compiler/lib/src/common/codegen.dart
|
| index 00b49253ea2e503d2e39491961a18c8b021b4702..4fcf7b8ef8bdc7f81164ed4bc4b09da004b97748 100644
|
| --- a/pkg/compiler/lib/src/common/codegen.dart
|
| +++ b/pkg/compiler/lib/src/common/codegen.dart
|
| @@ -147,7 +147,7 @@ class CodegenRegistry {
|
| worldImpact.registerTypeVariableBoundsSubtypeCheck(subtype, supertype);
|
| }
|
|
|
| - void registerInstantiatedClosure(LocalFunctionElement element) {
|
| + void registerInstantiatedClosure(Local element) {
|
| worldImpact.registerStaticUse(new StaticUse.closure(element));
|
| }
|
|
|
|
|