Index: src/mips/full-codegen-mips.cc |
diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc |
index d524d2f5c8b47507ef606cdd7e54355fc9f75eb7..53915c5679ba9ed27e05739b1a312e02e6c956d3 100644 |
--- a/src/mips/full-codegen-mips.cc |
+++ b/src/mips/full-codegen-mips.cc |
@@ -1180,7 +1180,7 @@ void FullCodeGenerator::VisitForInStatement(ForInStatement* stmt) { |
__ bind(&fixed_array); |
__ li(a1, FeedbackVector()); |
- __ li(a2, Operand(TypeFeedbackInfo::MegamorphicSentinel(isolate()))); |
+ __ li(a2, Operand(TypeFeedbackVector::MegamorphicSentinel(isolate()))); |
__ sw(a2, FieldMemOperand(a1, FixedArray::OffsetOfElementAt(slot))); |
__ li(a1, Operand(Smi::FromInt(1))); // Smi indicates slow check |