| Index: lib/runtime/dart_runtime.js
|
| diff --git a/lib/runtime/dart_runtime.js b/lib/runtime/dart_runtime.js
|
| index 914636ae8cd900771054820bbc86879cfea34510..7e23f52b7f931c498bebf1cc6baa34ed24c6a966 100644
|
| --- a/lib/runtime/dart_runtime.js
|
| +++ b/lib/runtime/dart_runtime.js
|
| @@ -56,7 +56,7 @@ dart_library.library('dart_runtime/dart', null, /* Imports */[
|
| ])
|
|
|
| // From dart_utils
|
| - exportFrom(dart_utils, ['copyProperties']);
|
| + exportFrom(dart_utils, ['copyProperties', 'instantiate']);
|
| // Renames
|
| exports.defineLazyClass = _export(dart_utils.defineLazy);
|
| exports.defineLazyProperties = _export(dart_utils.defineLazy);
|
| @@ -73,6 +73,7 @@ dart_library.library('dart_runtime/dart', null, /* Imports */[
|
| 'dload',
|
| 'dput',
|
| 'dsend',
|
| + 'dsendArray',
|
| 'dsetindex',
|
| 'equals',
|
| 'hashCode',
|
|
|