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

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: Address comments 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
« no previous file with comments | « lib/runtime/dart/_isolate_helper.js ('k') | lib/runtime/dart/_js_helper.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..39261cbe6f15e7aa904736ecb804bd72dd03f603 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', 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);
+});
« no previous file with comments | « lib/runtime/dart/_isolate_helper.js ('k') | lib/runtime/dart/_js_helper.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698