Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index dbd8d644b77ccd8dc7bb579cdc5cdef641d8c13b..d8b34570c325affdc262a294afffca52f5862b23 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -284,7 +284,7 @@ namespace internal { |
F(NewContext, 1, 1) \ |
F(PushContext, 1, 1) \ |
F(PushCatchContext, 1, 1) \ |
- F(LookupContext, 2, 1) \ |
+ F(DeleteContextSlot, 2, 1) \ |
F(LoadContextSlot, 2, 2) \ |
F(LoadContextSlotNoReferenceError, 2, 2) \ |
F(StoreContextSlot, 3, 1) \ |