Index: src/ia32/full-codegen-ia32.cc |
=================================================================== |
--- src/ia32/full-codegen-ia32.cc (revision 7507) |
+++ src/ia32/full-codegen-ia32.cc (working copy) |
@@ -3835,7 +3835,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. |