| 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..61c7eb4e81f1898ea5849c70c20a38ad9a884fe7 100644
|
| --- a/lib/compiler/implementation/js_backend/constant_emitter.dart
|
| +++ b/lib/compiler/implementation/js_backend/constant_emitter.dart
|
| @@ -209,6 +209,7 @@ class ConstantEmitter implements ConstantVisitor {
|
| classElement.forEachInstanceField(
|
| includeBackendMembers: true,
|
| includeSuperMembers: true,
|
| + includeInjectedMembers: true,
|
| f: (ClassElement enclosing, Element field) {
|
| if (emittedArgumentCount != 0) buffer.add(", ");
|
| if (field.name == MapConstant.LENGTH_NAME) {
|
|
|