| Index: src/interpreter/interpreter.h
|
| diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h
|
| index 2007748dfb3833c8e8dba55d0b333bba132e78bd..c955e2bb4270575eb65a2ae6c18f798cbdd3f774 100644
|
| --- a/src/interpreter/interpreter.h
|
| +++ b/src/interpreter/interpreter.h
|
| @@ -99,7 +99,7 @@ class Interpreter {
|
| // Generates code to perform a keyed property store via |ic|.
|
| void DoKeyedStoreIC(Callable ic, InterpreterAssembler* assembler);
|
|
|
| - // Generates code to perform a JS call.
|
| + // Generates code to perform a JS call that collects type feedback.
|
| void DoJSCall(InterpreterAssembler* assembler, TailCallMode tail_call_mode);
|
|
|
| // Generates code to perform a runtime call.
|
|
|