Reviewers: Søren Gjesse, Description: Fix typographical error in version 3998
Please review this at http://codereview.chromium.org/660378 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/rewriter.cc Index: src/rewriter.cc =================================================================== --- src/rewriter.cc (revision 3998) +++ 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. } } -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
