Index: src/interpreter/interpreter.cc |
diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc |
index a898ae459d6fb7281ff39e721d884f2f02cbead0..a82df74e36b90f076813e3b5cb4166fa66d90354 100644 |
--- a/src/interpreter/interpreter.cc |
+++ b/src/interpreter/interpreter.cc |
@@ -1758,7 +1758,7 @@ void Interpreter::DoTestIn(InterpreterAssembler* assembler) { |
// Test if the object referenced by the <src> register is an an instance of type |
// referenced by the accumulator. |
void Interpreter::DoTestInstanceOf(InterpreterAssembler* assembler) { |
- DoBinaryOp<InstanceOfStub>(assembler); |
+ DoBinaryOpWithFeedback<InstanceOfWithFeedbackStub>(assembler); |
} |
// Jump <imm> |