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

Unified Diff: utils/compiler/build_helper.dart

Issue 10565036: - Remove passing of obsolete parameter in dart2js. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/compiler/build_helper.dart
===================================================================
--- utils/compiler/build_helper.dart (revision 8810)
+++ utils/compiler/build_helper.dart (working copy)
@@ -73,10 +73,7 @@
print('dart2jsPath = $dart2jsPath');
print('dart2jsPathWin = $dart2jsPathWin');
- // Disable String operator+. This should only be necessary
- // temporarily as the operator will go away soon.
- // TODO(ahe): Remove this option.
- options = ' --allow_string_plus=false$options';
+ options = ' $options';
// Tell the VM to grow the heap more aggressively. This should only
// be necessary temporarily until the VM is better at detecting how
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698