| Index: lib/runtime/dart/_native_typed_data.js
|
| diff --git a/lib/runtime/dart/_native_typed_data.js b/lib/runtime/dart/_native_typed_data.js
|
| index 5892f584020595e9eff964de5d7f976b65e35f7a..4732d81b622dd1e5c0333816e9ed3b9def24307a 100644
|
| --- a/lib/runtime/dart/_native_typed_data.js
|
| +++ b/lib/runtime/dart/_native_typed_data.js
|
| @@ -1,13 +1,13 @@
|
| dart.library('dart/_native_typed_data', null, /* Imports */[
|
| 'dart/core',
|
| 'dart/typed_data',
|
| + 'dart/_js_helper',
|
| 'dart/collection',
|
| 'dart/_internal',
|
| + 'dart/_interceptors',
|
| 'dart/math'
|
| ], /* Lazy imports */[
|
| - 'dart/_js_helper',
|
| - 'dart/_interceptors'
|
| -], function(exports, core, typed_data, collection, _internal, math, _js_helper, _interceptors) {
|
| +], function(exports, core, typed_data, _js_helper, collection, _internal, _interceptors, math) {
|
| 'use strict';
|
| class NativeByteBuffer extends core.Object {
|
| NativeByteBuffer() {
|
|
|