Index: lib/runtime/dart/_js_primitives.js |
diff --git a/lib/runtime/dart/_js_primitives.js b/lib/runtime/dart/_js_primitives.js |
index c4859e1ccd8a4c42208442d4e211e371b2fe6cbe..b613d6c7b8c5ceedb184b3dcff63ac528a7b44c5 100644 |
--- a/lib/runtime/dart/_js_primitives.js |
+++ b/lib/runtime/dart/_js_primitives.js |
@@ -1,6 +1,7 @@ |
-var _js_primitives = dart.defineLibrary(_js_primitives, {}); |
-var core = dart.import(core); |
-(function(exports, core) { |
+dart.library('dart/_js_primitives', null, /* Imports */[ |
+ 'dart/core' |
+], /* Lazy imports */[ |
+], function(exports, core) { |
'use strict'; |
function printString(string) { |
if (typeof dartPrint == "function") { |
@@ -23,4 +24,4 @@ var core = dart.import(core); |
dart.fn(printString, dart.void, [core.String]); |
// Exports: |
exports.printString = printString; |
-})(_js_primitives, core); |
+}); |