| 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..7acdc8f3e79e9d8741d4241f99451b7d99655414 100644
|
| --- a/lib/compiler/implementation/ssa/codegen.dart
|
| +++ b/lib/compiler/implementation/ssa/codegen.dart
|
| @@ -1703,7 +1703,7 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
|
|
| visitForeignNew(HForeignNew node) {
|
| int j = 0;
|
| - node.element.forEachInstanceField(
|
| + node.element.implementation.forEachInstanceField(
|
| includeBackendMembers: true,
|
| includeSuperMembers: true,
|
| f: (ClassElement enclosingClass, Element member) {
|
|
|