| Index: src/x87/lithium-codegen-x87.cc
|
| diff --git a/src/x87/lithium-codegen-x87.cc b/src/x87/lithium-codegen-x87.cc
|
| index 4116b4656a5e6851f3bc84db4c411982ecc729ac..80d5518dd1cf67191b74b8ecd82b270e75e7ded6 100644
|
| --- a/src/x87/lithium-codegen-x87.cc
|
| +++ b/src/x87/lithium-codegen-x87.cc
|
| @@ -1095,7 +1095,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());
|
|
|