Index: src/mips/full-codegen-mips.cc |
diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc |
index c4341dc375a3c33a1bfd314e11153225620cab17..10e00a0c6038d7810dcc93c9a612c9c34a52c534 100644 |
--- a/src/mips/full-codegen-mips.cc |
+++ b/src/mips/full-codegen-mips.cc |
@@ -1171,7 +1171,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(a1, cell); |
__ li(a2, Operand(Smi::FromInt(TypeFeedbackCells::kForInSlowCaseMarker))); |