| Index: src/x64/lithium-codegen-x64.cc
|
| diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc
|
| index 0a6ac17f9bc784e37f5ad03c5645a030d095b4a5..a5b1cfccd27004a3a5b8b542fa90bca742e8a079 100644
|
| --- a/src/x64/lithium-codegen-x64.cc
|
| +++ b/src/x64/lithium-codegen-x64.cc
|
| @@ -810,7 +810,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());
|
|
|