Chromium Code Reviews| Index: src/rewriter.cc |
| =================================================================== |
| --- src/rewriter.cc (revision 3999) |
| +++ src/rewriter.cc (working copy) |
| @@ -249,7 +249,7 @@ |
| Slot* slot = var->slot(); |
| node->set_side_effect_free( |
| (slot->type() == Slot::LOCAL && !slot->is_arguments()) || |
| - slot->type() == Slot::PARAMETER)); |
| + slot->type() == Slot::PARAMETER); |
| // stack_height and expression_size remain 0. |
| } |
| } |