| Index: src/mips/lithium-codegen-mips.cc
 | 
| diff --git a/src/mips/lithium-codegen-mips.cc b/src/mips/lithium-codegen-mips.cc
 | 
| index d1bb4b6a3373361170c5315cfe79e561103d2e45..ccbc9c92f12d2e8cfca86e10b067d03d637a1edf 100644
 | 
| --- a/src/mips/lithium-codegen-mips.cc
 | 
| +++ b/src/mips/lithium-codegen-mips.cc
 | 
| @@ -809,7 +809,8 @@ void LCodeGen::DeoptimizeIf(Condition cc,
 | 
|    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;
 | 
| 
 |