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

Unified Diff: samples/third_party/dromaeo/generate_dart2js_tests.py

Issue 23201005: Revert revision 26149. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 4 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 | « pkg/browser/lib/dart.js ('k') | sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/dromaeo/generate_dart2js_tests.py
===================================================================
--- samples/third_party/dromaeo/generate_dart2js_tests.py (revision 26171)
+++ samples/third_party/dromaeo/generate_dart2js_tests.py (working copy)
@@ -62,7 +62,7 @@
jsname = '%s.%s.js' % (testname, compiler)
outname = os.path.join(outdir, jsname)
Compile(dartname, outname, compiler)
- script = '<script type="text/javascript" src="%s" defer>' % jsname
+ script = '<script type="text/javascript" src="%s">' % jsname
outfile.write(re.sub(pattern, script, line))
else:
outfile.write(line)
« no previous file with comments | « pkg/browser/lib/dart.js ('k') | sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698