| 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 a24be63c6539af6c92e9cd4547336076007866ab..cfca00015923b4b6573b0d6830cc0051943cc819 100644
|
| --- a/lib/runtime/dart/_native_typed_data.js
|
| +++ b/lib/runtime/dart/_native_typed_data.js
|
| @@ -4,7 +4,7 @@ var typed_data = dart.import(typed_data);
|
| var collection = dart.import(collection);
|
| var _internal = dart.import(_internal);
|
| var _interceptors = dart.lazyImport(_interceptors);
|
| -var _js_helper = dart.lazyImport(_js_helper);
|
| +var _js_helper = dart.import(_js_helper);
|
| var math = dart.import(math);
|
| (function(exports, core, typed_data, collection, _internal, _interceptors, _js_helper, math) {
|
| 'use strict';
|
|
|