Index: src/interpreter/bytecode-generator.cc |
diff --git a/src/interpreter/bytecode-generator.cc b/src/interpreter/bytecode-generator.cc |
index 83a2ae21a6450a4154af6c56d04dfba3c00e22a4..a5d81cbdf1240db722d47ff147229fc94bad2b6d 100644 |
--- a/src/interpreter/bytecode-generator.cc |
+++ b/src/interpreter/bytecode-generator.cc |
@@ -2391,7 +2391,7 @@ void BytecodeGenerator::VisitCall(Call* expr) { |
builder()->StoreAccumulatorInRegister(callee); |
break; |
} |
- case Call::LOOKUP_SLOT_CALL: |
+ case Call::WITH_CALL: |
case Call::POSSIBLY_EVAL_CALL: { |
if (callee_expr->AsVariableProxy()->var()->IsLookupSlot()) { |
RegisterAllocationScope inner_register_scope(this); |