| Index: lib/compiler/implementation/ssa/builder.dart
|
| diff --git a/lib/compiler/implementation/ssa/builder.dart b/lib/compiler/implementation/ssa/builder.dart
|
| index fae30e27db03de34ff5af27137d4e76e7d4c6eb7..c9e599a0aa297a44db690e9fca6ae45baf182c66 100644
|
| --- a/lib/compiler/implementation/ssa/builder.dart
|
| +++ b/lib/compiler/implementation/ssa/builder.dart
|
| @@ -939,6 +939,7 @@ class SsaBuilder extends ResolvedVisitor implements Visitor {
|
| buildInitializers(constructor, constructors, fieldValues);
|
| elements = oldElements;
|
| }
|
| +
|
| /**
|
| * Run through the initializers and inline all field initializers. Recursively
|
| * inlines super initializers.
|
| @@ -1033,8 +1034,6 @@ class SsaBuilder extends ResolvedVisitor implements Visitor {
|
| }
|
| });
|
|
|
| - final Map<FunctionElement, TreeElements> constructorElements =
|
| - compiler.resolver.constructorElements;
|
| List<FunctionElement> constructors = <FunctionElement>[functionElement];
|
|
|
| // Analyze the constructor and all referenced constructors and collect
|
|
|