Index: lib/runtime/dart/collection.js |
diff --git a/lib/runtime/dart/collection.js b/lib/runtime/dart/collection.js |
index 18b09824737d43a3b7fee8b866704bfd00f6ea11..4572b5557285a2d1ffc0aedb572526e72a8802ab 100644 |
--- a/lib/runtime/dart/collection.js |
+++ b/lib/runtime/dart/collection.js |
@@ -1,11 +1,13 @@ |
-dart.library('dart/collection', null, /* Imports */[ |
+dart_library.library('dart/collection', null, /* Imports */[ |
+ "dart_runtime/dart", |
'dart/core' |
], /* Lazy imports */[ |
'dart/_internal', |
'dart/_js_helper', |
'dart/math' |
-], function(exports, core, _internal, _js_helper, math) { |
+], function(exports, dart, core, _internal, _js_helper, math) { |
'use strict'; |
+ let dartx = dart.dartx; |
let _source = Symbol('_source'); |
let UnmodifiableListView$ = dart.generic(function(E) { |
class UnmodifiableListView extends _internal.UnmodifiableListBase$(E) { |