| Index: lib/runtime/dart/typed_data.js
|
| diff --git a/lib/runtime/dart/typed_data.js b/lib/runtime/dart/typed_data.js
|
| index 30e006252ebc54df53263e72137d974c1c528f6a..a63f4a449fa88b833fb597f1e173da22b85515bd 100644
|
| --- a/lib/runtime/dart/typed_data.js
|
| +++ b/lib/runtime/dart/typed_data.js
|
| @@ -1,8 +1,10 @@
|
| -dart.library('dart/typed_data', null, /* Imports */[
|
| +loader.library('dart/typed_data', null, /* Imports */[
|
| + "dart/dart_runtime",
|
| + "dart/dartx",
|
| 'dart/core'
|
| ], /* Lazy imports */[
|
| 'dart/_native_typed_data'
|
| -], function(exports, core, _native_typed_data) {
|
| +], function(exports, dart, dartx, core, _native_typed_data) {
|
| 'use strict';
|
| class ByteBuffer extends core.Object {}
|
| class TypedData extends core.Object {}
|
|
|