Index: src/interpreter/bytecodes.cc |
diff --git a/src/interpreter/bytecodes.cc b/src/interpreter/bytecodes.cc |
index 5e236ac9288bfc73fc54dae22839f6e96586c20f..09bcd22b928ba54ac9c327033686fbfa28fe78be 100644 |
--- a/src/interpreter/bytecodes.cc |
+++ b/src/interpreter/bytecodes.cc |
@@ -505,7 +505,7 @@ bool Bytecodes::IsPrefixScalingBytecode(Bytecode bytecode) { |
// static |
bool Bytecodes::PutsNameInAccumulator(Bytecode bytecode) { |
- return bytecode == Bytecode::kToName || bytecode == Bytecode::kTypeOf; |
+ return bytecode == Bytecode::kTypeOf; |
} |
// static |