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

Unified Diff: lib/runtime/dart/_interceptors.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
« no previous file with comments | « lib/runtime/dart/_foreign_helper.js ('k') | lib/runtime/dart/_internal.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart/_interceptors.js
diff --git a/lib/runtime/dart/_interceptors.js b/lib/runtime/dart/_interceptors.js
index 6ebafabd39c0d05a7371d866dd43a0a09020eb54..98d51e8f98b9e09627751cf720e2a6ae1b478635 100644
--- a/lib/runtime/dart/_interceptors.js
+++ b/lib/runtime/dart/_interceptors.js
@@ -1,5 +1,5 @@
-var _interceptors;
-(function(exports) {
+var _interceptors, core, _js_helper, _internal, _foreign_helper, _js_embedded_names;
vsm 2015/05/05 22:01:18 It might be more readable to just list these out l
Jennifer Messerly 2015/05/05 22:04:44 sounds good! yeah, almost did something like that
+(function(exports, core, _js_helper, _internal, _foreign_helper, _js_embedded_names) {
'use strict';
let JSArray = Array;
let JSMutableArray$ = dart.generic(function(E) {
@@ -1086,4 +1086,4 @@ var _interceptors;
exports.JavaScriptObject = JavaScriptObject;
exports.PlainJavaScriptObject = PlainJavaScriptObject;
exports.UnknownJavaScriptObject = UnknownJavaScriptObject;
-})(_interceptors || (_interceptors = {}));
+})(_interceptors || (_interceptors = {}), core, _js_helper || (_js_helper = {}), _internal, _foreign_helper, _js_embedded_names);
« no previous file with comments | « lib/runtime/dart/_foreign_helper.js ('k') | lib/runtime/dart/_internal.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698