| Index: lib/compiler/implementation/js_backend/constant_emitter.dart
|
| diff --git a/lib/compiler/implementation/js_backend/constant_emitter.dart b/lib/compiler/implementation/js_backend/constant_emitter.dart
|
| index 0deca511506e520c03f7f7743bb3ea8d083cbf20..279bb2b571cd7e47d90264606a698b00b2b064a3 100644
|
| --- a/lib/compiler/implementation/js_backend/constant_emitter.dart
|
| +++ b/lib/compiler/implementation/js_backend/constant_emitter.dart
|
| @@ -206,7 +206,7 @@ class ConstantEmitter implements ConstantVisitor {
|
| // The arguments of the JavaScript constructor for any given Dart class
|
| // are in the same order as the members of the class element.
|
| int emittedArgumentCount = 0;
|
| - classElement.forEachInstanceField(
|
| + classElement.implementation.forEachInstanceField(
|
| includeBackendMembers: true,
|
| includeSuperMembers: true,
|
| f: (ClassElement enclosing, Element field) {
|
|
|