Index: src/mips/full-codegen-mips.cc |
diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc |
index 8a1008d5fda23b491011b7a168807ac5fa3ace61..cb6ef7d8b8f54cae32c880b19327bb11e0173aa1 100644 |
--- a/src/mips/full-codegen-mips.cc |
+++ b/src/mips/full-codegen-mips.cc |
@@ -1845,7 +1845,7 @@ void FullCodeGenerator::VisitArrayLiteral(ArrayLiteral* expr) { |
__ IncrementCounter(isolate()->counters()->cow_arrays_created_stub(), |
1, a1, a2); |
} else if (expr->depth() > 1 || Serializer::enabled() || |
- length > FastCloneShallowArrayStub::kMaximumClonedLength) { |
+ length > FastCloneShallowArrayStub::kMaximumInlinedCloneLength) { |
__ li(a0, Operand(Smi::FromInt(flags))); |
__ Push(a3, a2, a1, a0); |
__ CallRuntime(Runtime::kHiddenCreateArrayLiteral, 4); |