Index: lib/runtime/dart/_internal.js |
diff --git a/lib/runtime/dart/_internal.js b/lib/runtime/dart/_internal.js |
index 904300581618423707d062e45e5444b2f0f14142..79e8824163b019d2cdc39b2b2521a3e4627e8a0b 100644 |
--- a/lib/runtime/dart/_internal.js |
+++ b/lib/runtime/dart/_internal.js |
@@ -1,11 +1,13 @@ |
-dart.library('dart/_internal', null, /* Imports */[ |
+loader.library('dart/_internal', null, /* Imports */[ |
+ "dart/dart_runtime", |
+ "dart/dartx", |
'dart/core', |
'dart/collection' |
], /* Lazy imports */[ |
'dart/math', |
'dart/_interceptors', |
'dart/_js_primitives' |
-], function(exports, core, collection, math, _interceptors, _js_primitives) { |
+], function(exports, dart, dartx, core, collection, math, _interceptors, _js_primitives) { |
'use strict'; |
class EfficientLength extends core.Object {} |
let ListIterable$ = dart.generic(function(E) { |