| 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
|
|
|