| Index: src/mips/lithium-codegen-mips.h
 | 
| diff --git a/src/mips/lithium-codegen-mips.h b/src/mips/lithium-codegen-mips.h
 | 
| index 84105cae35fe0801b5db1f093e9aaa15e3cf2382..24cebbf1553ba17699bd01e7b361feada1635995 100644
 | 
| --- a/src/mips/lithium-codegen-mips.h
 | 
| +++ b/src/mips/lithium-codegen-mips.h
 | 
| @@ -254,9 +254,11 @@ class LCodeGen V8_FINAL  BASE_EMBEDDED {
 | 
|      CallRuntime(function, num_arguments, instr);
 | 
|    }
 | 
|  
 | 
| +  void LoadContextFromDeferred(LOperand* context);
 | 
|    void CallRuntimeFromDeferred(Runtime::FunctionId id,
 | 
|                                 int argc,
 | 
| -                               LInstruction* instr);
 | 
| +                               LInstruction* instr,
 | 
| +                               LOperand* context);
 | 
|  
 | 
|    enum A1State {
 | 
|      A1_UNINITIALIZED,
 | 
| 
 |