Index: src/mips/lithium-codegen-mips.cc |
diff --git a/src/mips/lithium-codegen-mips.cc b/src/mips/lithium-codegen-mips.cc |
index bb9134a3006e6e557b415e27f56fd6c81a6ddda8..eabd4fc138bccbe1ffab03932bd77f56c47bb4ca 100644 |
--- a/src/mips/lithium-codegen-mips.cc |
+++ b/src/mips/lithium-codegen-mips.cc |
@@ -861,7 +861,7 @@ void LCodeGen::PopulateDeoptimizationData(Handle<Code> code) { |
int length = deoptimizations_.length(); |
if (length == 0) return; |
Handle<DeoptimizationInputData> data = |
- factory()->NewDeoptimizationInputData(length, TENURED); |
+ DeoptimizationInputData::New(isolate(), length, TENURED); |
Handle<ByteArray> translations = |
translations_.CreateByteArray(isolate()->factory()); |