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

Unified Diff: lib/runtime/dart/collection.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: fix core.Symbol reference 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
Index: lib/runtime/dart/collection.js
diff --git a/lib/runtime/dart/collection.js b/lib/runtime/dart/collection.js
index 3ad62e121ad676df978ed856fd2ab38d33f35659..41cc67edb9b37b4c282f7036b64de6aeab09b19b 100644
--- a/lib/runtime/dart/collection.js
+++ b/lib/runtime/dart/collection.js
@@ -1,5 +1,5 @@
-var collection;
-(function(exports) {
+var collection, _internal, core, _js_helper, math;
+(function(exports, _internal, core, _js_helper, math) {
'use strict';
let _source = Symbol('_source');
let UnmodifiableListView$ = dart.generic(function(E) {
@@ -5198,4 +5198,4 @@ var collection;
exports.LinkedHashSetCell = LinkedHashSetCell;
exports.LinkedHashSetIterator$ = LinkedHashSetIterator$;
exports.LinkedHashSetIterator = LinkedHashSetIterator;
-})(collection || (collection = {}));
+})(collection || (collection = {}), _internal || (_internal = {}), core, _js_helper || (_js_helper = {}), math || (math = {}));

Powered by Google App Engine
This is Rietveld 408576698