| 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 fa435d23a55b2fa5be94a9d2aecf7a09aa34f64b..409c0b694859a93c656ce3b70ae0cf19621455f5 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) {
|
|
|