| Index: sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart (revision 22929)
|
| +++ sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart (working copy)
|
| @@ -1587,7 +1587,7 @@
|
| String fieldName = field.name.slowToString();
|
| _fieldMapCache.putIfAbsent(fieldName, () => _constant.fields[index]);
|
| index++;
|
| - }, includeBackendMembers: true, includeSuperMembers: true);
|
| + }, includeSuperAndInjectedMembers: true);
|
| }
|
| }
|
| return _fieldMapCache;
|
|
|