Index: lib/runtime/dart/_interceptors.js |
diff --git a/lib/runtime/dart/_interceptors.js b/lib/runtime/dart/_interceptors.js |
index 158f7f5a1f02e4e03ed6d068d0246fabcd71c1a1..3b54a999999017794e7b65df893617ecaf50952f 100644 |
--- a/lib/runtime/dart/_interceptors.js |
+++ b/lib/runtime/dart/_interceptors.js |
@@ -1,12 +1,14 @@ |
-dart.library('dart/_interceptors', null, /* Imports */[ |
+dart_library.library('dart/_interceptors', null, /* Imports */[ |
+ "dart_runtime/dart", |
'dart/core', |
'dart/_internal', |
'dart/collection', |
'dart/math' |
], /* Lazy imports */[ |
'dart/_js_helper' |
-], function(exports, core, _internal, collection, math, _js_helper) { |
+], function(exports, dart, core, _internal, collection, math, _js_helper) { |
'use strict'; |
+ let dartx = dart.dartx; |
let JSArray$ = dart.generic(function(E) { |
dart.defineExtensionNames([ |
'checkGrowable', |