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

Unified Diff: test/codegen/expect/html_input.html

Issue 1013653004: Suppress generation of JsGlobal and JsType code and use window as the default value instead of {} f… (Closed) Base URL: git@github.com:dart-lang/dart-dev-compiler.git@master
Patch Set: Created 5 years, 9 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/html_input.html
diff --git a/test/codegen/expect/html_input.html b/test/codegen/expect/html_input.html
index 4ced4f388bd86a0cc3dd58a4ba713c7e693fcd4f..ef76922ad732303df14cfac28628f3285d3c66e7 100644
--- a/test/codegen/expect/html_input.html
+++ b/test/codegen/expect/html_input.html
@@ -6,7 +6,6 @@
/* placehorder for unimplemented code libraries */
var math = Math;
var core = { int: { parse: Number }, print: e => console.log(e) };
- var dom = { document: document };
</script><script src="dir/html_input_d.js"></script>
<script src="dir/html_input_b.js"></script>
<script src="dir/html_input_e.js"></script>

Powered by Google App Engine
This is Rietveld 408576698