Index: src/mips/lithium-codegen-mips.cc |
diff --git a/src/mips/lithium-codegen-mips.cc b/src/mips/lithium-codegen-mips.cc |
index 193db1e9b76d6cd75ef2151edd2bdd776ecbe96c..d5580ea877c42fd6112ac82c4fd9525d52bc5ab7 100644 |
--- a/src/mips/lithium-codegen-mips.cc |
+++ b/src/mips/lithium-codegen-mips.cc |
@@ -897,7 +897,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()); |