| Index: src/interpreter/bytecode-generator.cc
|
| diff --git a/src/interpreter/bytecode-generator.cc b/src/interpreter/bytecode-generator.cc
|
| index f66dba1962cc5ffd53af6d626d6f4c8464fefae3..756b8d1f1225688ae9c1190e032c6355cf6f6d18 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);
|
|
|