| Index: src/full-codegen/full-codegen.cc
|
| diff --git a/src/full-codegen/full-codegen.cc b/src/full-codegen/full-codegen.cc
|
| index cd32c4db21df55080243eae3d419a9436fb8c5f6..3af540b294c18491514fc7a4e6393aca6063e19d 100644
|
| --- a/src/full-codegen/full-codegen.cc
|
| +++ b/src/full-codegen/full-codegen.cc
|
| @@ -1674,8 +1674,8 @@ void FullCodeGenerator::VisitCall(Call* expr) {
|
| case Call::GLOBAL_CALL:
|
| EmitCallWithLoadIC(expr);
|
| break;
|
| - case Call::LOOKUP_SLOT_CALL:
|
| - // Call to a lookup slot (dynamically introduced variable).
|
| + case Call::WITH_CALL:
|
| + // Call to a lookup slot looked up through a with scope.
|
| PushCalleeAndWithBaseObject(expr);
|
| EmitCall(expr);
|
| break;
|
|
|