| Index: sdk/lib/_internal/compiler/implementation/js_backend/constant_emitter.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/js_backend/constant_emitter.dart (revision 22929)
|
| +++ sdk/lib/_internal/compiler/implementation/js_backend/constant_emitter.dart (working copy)
|
| @@ -269,8 +269,7 @@
|
| }
|
| emittedArgumentCount++;
|
| },
|
| - includeBackendMembers: true,
|
| - includeSuperMembers: true);
|
| + includeSuperAndInjectedMembers: true);
|
|
|
| if ((constant.protoValue == null && emittedArgumentCount != 3) ||
|
| (constant.protoValue != null && emittedArgumentCount != 4)) {
|
|
|