| Index: src/arm/lithium-codegen-arm.cc
|
| diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc
|
| index c7576e0f4334bf713e9e85c9f7eba9be5d5bd53b..e23d86e6551ff7f472b7046a91b6f2daba6a8d47 100644
|
| --- a/src/arm/lithium-codegen-arm.cc
|
| +++ b/src/arm/lithium-codegen-arm.cc
|
| @@ -832,7 +832,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;
|
|
|