Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(536)

Unified Diff: lib/runtime/dart/_js_primitives.js

Issue 1122133003: fixes #157, renaming local library identifiers if needed. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: rebase and format Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/runtime/dart/_js_names.js ('k') | lib/runtime/dart/_native_typed_data.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart/_js_primitives.js
diff --git a/lib/runtime/dart/_js_primitives.js b/lib/runtime/dart/_js_primitives.js
index 3936427701ea67f8924f71c8d3182b9cc47a19f5..b58c15b65cc3f4fa6355f369472a997ac937293e 100644
--- a/lib/runtime/dart/_js_primitives.js
+++ b/lib/runtime/dart/_js_primitives.js
@@ -1,4 +1,4 @@
-var _js_primitives;
+var _js_primitives = dart.defineLibrary(_js_primitives, {});
(function(exports) {
'use strict';
// Function printString: (String) → void
@@ -22,4 +22,4 @@ var _js_primitives;
}
// Exports:
exports.printString = printString;
-})(_js_primitives || (_js_primitives = {}));
+})(_js_primitives);
« no previous file with comments | « lib/runtime/dart/_js_names.js ('k') | lib/runtime/dart/_native_typed_data.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698