| Index: src/ia32/full-codegen-ia32.cc
|
| diff --git a/src/ia32/full-codegen-ia32.cc b/src/ia32/full-codegen-ia32.cc
|
| index 23b8c66eeaabbfbe28c2a4fd40ce4ca44478e5f4..0318103819a3ca8fc7f185528a0593f8959cc6e3 100644
|
| --- a/src/ia32/full-codegen-ia32.cc
|
| +++ b/src/ia32/full-codegen-ia32.cc
|
| @@ -1112,7 +1112,8 @@ void FullCodeGenerator::VisitForInStatement(ForInStatement* stmt) {
|
| Handle<JSGlobalPropertyCell> cell =
|
| isolate()->factory()->NewJSGlobalPropertyCell(
|
| Handle<Object>(
|
| - Smi::FromInt(TypeFeedbackCells::kForInFastCaseMarker)));
|
| + Smi::FromInt(TypeFeedbackCells::kForInFastCaseMarker),
|
| + isolate()));
|
| RecordTypeFeedbackCell(stmt->ForInFeedbackId(), cell);
|
| __ LoadHeapObject(ebx, cell);
|
| __ mov(FieldOperand(ebx, JSGlobalPropertyCell::kValueOffset),
|
|
|