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