| Index: src/ia32/lithium-codegen-ia32.cc
|
| diff --git a/src/ia32/lithium-codegen-ia32.cc b/src/ia32/lithium-codegen-ia32.cc
|
| index 395ae39c30e2f99bbd53849a0afd25f52094c623..38eaa6696a498c68030de4490a615ed2f3610333 100644
|
| --- a/src/ia32/lithium-codegen-ia32.cc
|
| +++ b/src/ia32/lithium-codegen-ia32.cc
|
| @@ -900,7 +900,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());
|
|
|