| Index: lib/runtime/dart/core.js
|
| diff --git a/lib/runtime/dart/core.js b/lib/runtime/dart/core.js
|
| index ca2fcc00161a98016bfe5d442416db0a8edb1ee3..276e57279c3bdbfbff025106133b42655156fce7 100644
|
| --- a/lib/runtime/dart/core.js
|
| +++ b/lib/runtime/dart/core.js
|
| @@ -1616,7 +1616,7 @@ var core;
|
| return List;
|
| });
|
| let List = List$();
|
| - dart.copyProperties(dart.global.Array.prototype, List.prototype);
|
| + dart.registerExtension(dart.global.Array, List);
|
| let Map$ = dart.generic(function(K, V) {
|
| class Map extends Object {
|
| Map() {
|
|
|