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

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: 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..b05c4152c2a0a326672946237ba070bc44fa3a48 100644
--- a/lib/runtime/dart/_js_embedded_names.js
+++ b/lib/runtime/dart/_js_embedded_names.js
@@ -1,4 +1,4 @@
-var _js_embedded_names = dart.defineLibrary(_js_embedded_names, {});
+dart.defineLibrary('_js_embedded_names');
(function(exports) {
'use strict';
let DISPATCH_PROPERTY_NAME = "dispatchPropertyName";

Powered by Google App Engine
This is Rietveld 408576698