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