Index: src/interpreter/interpreter.cc |
diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc |
index 38a0727b7811f752fc7d1cc7741f8d41c7267119..260678d88ac487c9ed482fed2ab2a0f98a907d08 100644 |
--- a/src/interpreter/interpreter.cc |
+++ b/src/interpreter/interpreter.cc |
@@ -1197,7 +1197,7 @@ void Interpreter::DoTestEqualStrict(InterpreterAssembler* assembler) { |
// Test if the value in the <src> register is not strictly equal to the |
// accumulator. |
void Interpreter::DoTestNotEqualStrict(InterpreterAssembler* assembler) { |
- DoBinaryOp(Runtime::kStrictNotEqual, assembler); |
+ DoBinaryOp(CodeFactory::StrictNotEqual(isolate_), assembler); |
} |