| Index: src/ia32/lithium-codegen-ia32.cc
|
| diff --git a/src/ia32/lithium-codegen-ia32.cc b/src/ia32/lithium-codegen-ia32.cc
|
| index c1881b6cbb6a03711dab3d90a17ec79d17039a19..67eba267b00fcaceeeaea7c38994de619c8511dd 100644
|
| --- a/src/ia32/lithium-codegen-ia32.cc
|
| +++ b/src/ia32/lithium-codegen-ia32.cc
|
| @@ -902,7 +902,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());
|
|
|