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

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

Issue 1145243013: Check for duplicate library names (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Rebase and cleanup 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_embedded_names.js
diff --git a/lib/runtime/dart/_js_embedded_names.js b/lib/runtime/dart/_js_embedded_names.js
index 86a3719b1a54ffe1782102a9c0142b18bd41cafa..ddd8e6d637e5c20dde5a320b8a3d61bfa298a1b1 100644
--- a/lib/runtime/dart/_js_embedded_names.js
+++ b/lib/runtime/dart/_js_embedded_names.js
@@ -1,5 +1,6 @@
-var _js_embedded_names = dart.defineLibrary(_js_embedded_names, {});
-(function(exports) {
+dart.library('dart/_js_embedded_names.js', null, /* Imports */[
+], /* Lazy imports */[
+], function(exports) {
'use strict';
let DISPATCH_PROPERTY_NAME = "dispatchPropertyName";
let TYPE_INFORMATION = 'typeInformation';
@@ -64,4 +65,4 @@ var _js_embedded_names = dart.defineLibrary(_js_embedded_names, {});
exports.TYPEDEF_PREDICATE_PROPERTY_NAME = TYPEDEF_PREDICATE_PROPERTY_NAME;
exports.NATIVE_SUPERCLASS_TAG_NAME = NATIVE_SUPERCLASS_TAG_NAME;
exports.MAP_TYPE_TO_INTERCEPTOR = MAP_TYPE_TO_INTERCEPTOR;
-})(_js_embedded_names);
+});

Powered by Google App Engine
This is Rietveld 408576698