Index: src/x64/full-codegen-x64.cc |
=================================================================== |
--- src/x64/full-codegen-x64.cc (revision 7507) |
+++ src/x64/full-codegen-x64.cc (working copy) |
@@ -3811,7 +3811,7 @@ |
if (assign_type == VARIABLE) { |
PrepareForBailout(expr->expression(), TOS_REG); |
} else { |
- PrepareForBailout(expr->increment(), TOS_REG); |
+ PrepareForBailoutForId(expr->CountId(), TOS_REG); |
} |
// Call ToNumber only if operand is not a smi. |