| Index: sdk/lib/_internal/compiler/js_lib/native_helper.dart
|
| diff --git a/sdk/lib/_internal/compiler/js_lib/native_helper.dart b/sdk/lib/_internal/compiler/js_lib/native_helper.dart
|
| index 82f97f5f002d2154a7bd0281b0563c140e8dbec6..e87ace9432b98bbb18bb548c36ef3a807e262783 100644
|
| --- a/sdk/lib/_internal/compiler/js_lib/native_helper.dart
|
| +++ b/sdk/lib/_internal/compiler/js_lib/native_helper.dart
|
| @@ -258,7 +258,7 @@ patchInteriorProto(obj, interceptor) {
|
|
|
|
|
| makeLeafDispatchRecord(interceptor) {
|
| - var fieldName = JS_IS_INDEXABLE_FIELD_NAME();
|
| + var fieldName = JS_GET_NAME(JsGetName.IS_INDEXABLE_FIELD_NAME);
|
| bool indexability = JS('bool', r'!!#[#]', interceptor, fieldName);
|
| return makeDispatchRecord(interceptor, false, null, indexability);
|
| }
|
|
|