Index: src/ast/ast.h |
diff --git a/src/ast/ast.h b/src/ast/ast.h |
index 669268946c2f166eb193074f1ecac43f777a7973..10ae232407f376a2e76494280b81d06f8420f21c 100644 |
--- a/src/ast/ast.h |
+++ b/src/ast/ast.h |
@@ -1902,7 +1902,7 @@ class Call final : public Expression { |
enum CallType { |
POSSIBLY_EVAL_CALL, |
GLOBAL_CALL, |
- LOOKUP_SLOT_CALL, |
+ WITH_CALL, |
NAMED_PROPERTY_CALL, |
KEYED_PROPERTY_CALL, |
NAMED_SUPER_PROPERTY_CALL, |