| Index: src/x87/full-codegen-x87.cc
|
| diff --git a/src/x87/full-codegen-x87.cc b/src/x87/full-codegen-x87.cc
|
| index 2b81da20bd437752d8da2581b2fc8857c20569a2..ccbd2238153835484a0961bb5aa0bc5fcf40b6a5 100644
|
| --- a/src/x87/full-codegen-x87.cc
|
| +++ b/src/x87/full-codegen-x87.cc
|
| @@ -1199,6 +1199,7 @@ void FullCodeGenerator::VisitForInStatement(ForInStatement* stmt) {
|
| __ push(ecx); // Enumerable.
|
| __ push(ebx); // Current entry.
|
| __ InvokeBuiltin(Builtins::FILTER_KEY, CALL_FUNCTION);
|
| + PrepareForBailoutForId(stmt->FilterId(), TOS_REG);
|
| __ test(eax, eax);
|
| __ j(equal, loop_statement.continue_label());
|
| __ mov(ebx, eax);
|
|
|