| Index: src/interpreter/interpreter.h
|
| diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h
|
| index b646bf83138c3c1705f73a96814e8e655a4b395e..74a8f691b69ff94c070f5c26cc33890f4b476729 100644
|
| --- a/src/interpreter/interpreter.h
|
| +++ b/src/interpreter/interpreter.h
|
| @@ -87,7 +87,8 @@ class Interpreter {
|
| // Generates code to perform the comparison via |Generator| while gathering
|
| // type feedback.
|
| template <class Generator>
|
| - void DoCompareOpWithFeedback(InterpreterAssembler* assembler);
|
| + void DoCompareOpWithFeedback(InterpreterAssembler* assembler,
|
| + Generator generator);
|
|
|
| // Generates code to perform the bitwise binary operation corresponding to
|
| // |bitwise_op| while gathering type feedback.
|
|
|