| Index: sdk/lib/_internal/lib/js_names.dart
|
| diff --git a/sdk/lib/_internal/lib/js_names.dart b/sdk/lib/_internal/lib/js_names.dart
|
| index 90ad3cf871f9cb5c54cf0beb5b90c28d5e5d0fde..5cd89e262d9686943a8516724d852866f54d79ff 100644
|
| --- a/sdk/lib/_internal/lib/js_names.dart
|
| +++ b/sdk/lib/_internal/lib/js_names.dart
|
| @@ -8,7 +8,8 @@ import 'dart:_foreign_helper' show JS, JS_GET_NAME;
|
|
|
| import 'dart:_js_helper' show JsCache;
|
|
|
| -import 'dart:_interceptors' show JSArray;
|
| +import 'dart:_js_primitives' show
|
| + markFixedList;
|
|
|
| /// No-op method that is called to inform the compiler that unmangled named
|
| /// must be preserved.
|
| @@ -74,7 +75,7 @@ List extractKeys(victim) {
|
| }
|
| return result;
|
| })(#, Object.prototype.hasOwnProperty)''', victim);
|
| - return new JSArray.markFixed(result);
|
| + return markFixedList(result);
|
| }
|
|
|
| /**
|
|
|