| Index: src/x64/lithium-codegen-x64.cc
|
| diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc
|
| index 1472bcf6a9c175c567e04953c803d0ffb8da7f28..c8f2cd8863302763e71160ff85231ea8f0ac2b82 100644
|
| --- a/src/x64/lithium-codegen-x64.cc
|
| +++ b/src/x64/lithium-codegen-x64.cc
|
| @@ -720,7 +720,8 @@ void LCodeGen::DeoptimizeIf(Condition cc, LEnvironment* environment) {
|
| Deoptimizer::BailoutType bailout_type = info()->IsStub()
|
| ? Deoptimizer::LAZY
|
| : Deoptimizer::EAGER;
|
| - Address entry = Deoptimizer::GetDeoptimizationEntry(id, bailout_type);
|
| + Address entry =
|
| + Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
|
| if (entry == NULL) {
|
| Abort("bailout was not prepared");
|
| return;
|
|
|