| Index: lib/compiler/implementation/ssa/codegen.dart
|
| diff --git a/lib/compiler/implementation/ssa/codegen.dart b/lib/compiler/implementation/ssa/codegen.dart
|
| index 00559374462d650468048fe66d2a51e9de9d69dd..6daadc1187c1354bf99db8d23178749fd564f74e 100644
|
| --- a/lib/compiler/implementation/ssa/codegen.dart
|
| +++ b/lib/compiler/implementation/ssa/codegen.dart
|
| @@ -1706,6 +1706,7 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| node.element.forEachInstanceField(
|
| includeBackendMembers: true,
|
| includeSuperMembers: true,
|
| + includeInjectedMembers: true,
|
| f: (ClassElement enclosingClass, Element member) {
|
| backend.updateFieldInitializers(member, types[node.inputs[j]]);
|
| j++;
|
|
|