| Index: src/interpreter/interpreter.h
 | 
| diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h
 | 
| index 82c70a9dffe9a708167c354592a0e50930af2080..8ad0c7b5439c64f4932c1dcd2df7d49b8453f2a4 100644
 | 
| --- a/src/interpreter/interpreter.h
 | 
| +++ b/src/interpreter/interpreter.h
 | 
| @@ -91,6 +91,10 @@ class Interpreter {
 | 
|    // Generates code to perform a JS call.
 | 
|    void DoJSCall(InterpreterAssembler* assembler, TailCallMode tail_call_mode);
 | 
|  
 | 
| +  // Generates code to perform a JS call with feedback.
 | 
| +  void DoJSCallWithFeedback(InterpreterAssembler* assembler,
 | 
| +                            TailCallMode tail_call_mode);
 | 
| +
 | 
|    // Generates code to perform a runtime call.
 | 
|    void DoCallRuntimeCommon(InterpreterAssembler* assembler);
 | 
|  
 | 
| 
 |