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

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

Issue 1145243013: Check for duplicate library names (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 6 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
Index: lib/runtime/dart/_js_names.js
diff --git a/lib/runtime/dart/_js_names.js b/lib/runtime/dart/_js_names.js
index d4c8722ab31ea2568e00c58b549b1b33bca4cd74..edeec819eb61b6a31f356be5f1c7b6e332b3cb64 100644
--- a/lib/runtime/dart/_js_names.js
+++ b/lib/runtime/dart/_js_names.js
@@ -1,9 +1,9 @@
-var _js_names = dart.defineLibrary(_js_names, {});
-var _foreign_helper = dart.lazyImport(_foreign_helper);
-var _js_embedded_names = dart.import(_js_embedded_names);
-var core = dart.import(core);
-var _interceptors = dart.import(_interceptors);
-var _js_helper = dart.lazyImport(_js_helper);
+dart.defineLibrary('_js_names');
+dart.lazyImport('_foreign_helper');
+dart.import('_js_embedded_names');
+dart.import('core');
+dart.import('_interceptors');
+dart.lazyImport('_js_helper');
(function(exports, _foreign_helper, _js_embedded_names, core, _interceptors, _js_helper) {
'use strict';
function preserveNames() {

Powered by Google App Engine
This is Rietveld 408576698