| Index: src/interpreter/interpreter.h
 | 
| diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h
 | 
| index 04f7e85b39350d36431523eee791db47dd920ef1..ac36815f14f5e052dcba1d9202619f1e8e3d22db 100644
 | 
| --- a/src/interpreter/interpreter.h
 | 
| +++ b/src/interpreter/interpreter.h
 | 
| @@ -148,10 +148,8 @@ class Interpreter {
 | 
|                         InterpreterAssembler* assembler);
 | 
|  
 | 
|    // Generates code to load a global.
 | 
| -  compiler::Node* BuildLoadGlobal(Callable ic, compiler::Node* context,
 | 
| -                                  compiler::Node* name_index,
 | 
| -                                  compiler::Node* feedback_slot,
 | 
| -                                  InterpreterAssembler* assembler);
 | 
| +  void BuildLoadGlobal(int slot_operand_index, int name_operand_index,
 | 
| +                       TypeofMode typeof_mode, InterpreterAssembler* assembler);
 | 
|  
 | 
|    // Generates code to prepare the result for ForInPrepare. Cache data
 | 
|    // are placed into the consecutive series of registers starting at
 | 
| 
 |