Index: lib/runtime/dart/math.js |
diff --git a/lib/runtime/dart/math.js b/lib/runtime/dart/math.js |
index bd26b58054e2983e9d7b4ee6c282bb5887dee4a9..af9cf59eb3721deda246f406b20d3f5a70e16059 100644 |
--- a/lib/runtime/dart/math.js |
+++ b/lib/runtime/dart/math.js |
@@ -1,8 +1,10 @@ |
-dart.library('dart/math', null, /* Imports */[ |
+loader.library('dart/math', null, /* Imports */[ |
+ "dart/dart_runtime", |
+ "dart/dartx", |
'dart/core' |
], /* Lazy imports */[ |
'dart/_js_helper' |
-], function(exports, core, _js_helper) { |
+], function(exports, dart, dartx, core, _js_helper) { |
'use strict'; |
class _JenkinsSmiHash extends core.Object { |
static combine(hash, value) { |