| Index: src/mips/lithium-codegen-mips.cc
 | 
| diff --git a/src/mips/lithium-codegen-mips.cc b/src/mips/lithium-codegen-mips.cc
 | 
| index 36bdff1fc4e1ac514d571324d0ab69de05baa987..141466e8f8ad6e65b809bcf8df2b5de8de4b6f01 100644
 | 
| --- a/src/mips/lithium-codegen-mips.cc
 | 
| +++ b/src/mips/lithium-codegen-mips.cc
 | 
| @@ -897,7 +897,7 @@ void LCodeGen::PopulateDeoptimizationData(Handle<Code> code) {
 | 
|    int length = deoptimizations_.length();
 | 
|    if (length == 0) return;
 | 
|    Handle<DeoptimizationInputData> data =
 | 
| -      DeoptimizationInputData::New(isolate(), length, TENURED);
 | 
| +      DeoptimizationInputData::New(isolate(), length, 0, TENURED);
 | 
|  
 | 
|    Handle<ByteArray> translations =
 | 
|        translations_.CreateByteArray(isolate()->factory());
 | 
| 
 |