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

Unified Diff: test/codegen/expect/dir/html_input_a.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: test/codegen/expect/dir/html_input_a.js
diff --git a/test/codegen/expect/dir/html_input_a.js b/test/codegen/expect/dir/html_input_a.js
index d78eb67030a9d473caa118538ddb45ac4b8c30bf..48776c77061c837840f76f5b7db0d0fa02f70faf 100644
--- a/test/codegen/expect/dir/html_input_a.js
+++ b/test/codegen/expect/dir/html_input_a.js
@@ -1,5 +1,5 @@
-var html_input_a;
-(function(exports) {
+var html_input_a, core, html_input_b, html_input_c, html_input_d;
+(function(exports, core, html_input_b, html_input_c, html_input_d) {
'use strict';
// Function main: () → dynamic
function main() {
@@ -8,4 +8,4 @@ var html_input_a;
}
// Exports:
exports.main = main;
-})(html_input_a || (html_input_a = {}));
+})(html_input_a || (html_input_a = {}), core, html_input_b, html_input_c, html_input_d);

Powered by Google App Engine
This is Rietveld 408576698