| 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 48afea5bfcc2dc1b8b8dcef36e949160990f3dac..3029a124ae456a0d4858df26139a187d99b5697e 100644
|
| --- a/pkg/compiler/lib/src/common/codegen.dart
|
| +++ b/pkg/compiler/lib/src/common/codegen.dart
|
| @@ -204,7 +204,7 @@ class CodegenRegistry extends Registry {
|
| }
|
|
|
| void registerInstantiatedClosure(LocalFunctionElement element) {
|
| - worldImpact.registerClosure(element);
|
| + worldImpact.registerStaticUse(new StaticUse.closure(element));
|
| }
|
|
|
| void registerConstSymbol(String name) {
|
|
|