| Index: sdk/lib/_internal/compiler/implementation/universe/universe.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/universe/universe.dart b/sdk/lib/_internal/compiler/implementation/universe/universe.dart
|
| index ee875779d516971076ee645fc53de1462b255913..910c9d06efa399ad92fd127e8ae10ea08cb15cbc 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/universe/universe.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/universe/universe.dart
|
| @@ -68,7 +68,7 @@ class Universe {
|
| * Set of all closures in the program. Used by the mirror tracking system
|
| * to find all live closure instances.
|
| */
|
| - final Set<FunctionElement> allClosures = new Set<FunctionElement>();
|
| + final Set<LocalFunctionElement> allClosures = new Set<LocalFunctionElement>();
|
|
|
| /**
|
| * Set of methods in instantiated classes that are potentially
|
|
|