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