| Index: sdk/lib/_internal/lib/js_mirrors.dart
|
| diff --git a/sdk/lib/_internal/lib/js_mirrors.dart b/sdk/lib/_internal/lib/js_mirrors.dart
|
| index e7ebddbf3807b940a1673af306f5001fa38cbf14..fdf7393699479f76066cc22426c3694580373ece 100644
|
| --- a/sdk/lib/_internal/lib/js_mirrors.dart
|
| +++ b/sdk/lib/_internal/lib/js_mirrors.dart
|
| @@ -1064,7 +1064,7 @@ class JsInstanceMirror extends JsObjectMirror implements InstanceMirror {
|
| var cache = _getterCache;
|
| if (isMissingCache(cache)) {
|
| if ((_getterCache = --cache) != 0) return result;
|
| - cache = _getterCache = JS('=Object', '({})');
|
| + cache = _getterCache = JS('=Object', 'Object.create(null)');
|
| }
|
|
|
| // Make sure that symbol [fieldName] has a cache probing function ($p).
|
|
|