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..87c0e459e8852abc9e549b1ce2f68db8597dce78 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.js', null, /* Imports */[ |
+ 'dart/core.js' |
+], /* 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); |
+}); |