Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 6e55d747943f9a7a3ef669e2d02512a5e2371903..1672aad57934c6756c2f64efdf2778c498ccd74c 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -564,8 +564,7 @@ namespace internal { |
F(DeclareGlobals, 2, 1) \ |
F(InitializeVarGlobal, 3, 1) \ |
F(InitializeConstGlobal, 2, 1) \ |
- F(DeclareLookupSlot, 2, 1) \ |
- F(DeclareReadOnlyLookupSlot, 2, 1) \ |
+ F(DeclareLookupSlot, 3, 1) \ |
F(InitializeLegacyConstLookupSlot, 3, 1) \ |
F(NewSloppyArguments_Generic, 1, 1) \ |
F(NewStrictArguments_Generic, 1, 1) \ |