| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index d209873373c53b5ec5ad55c2023b5696407d67c4..49d22291f5cfa24d08cd8c3f79b3b854cbb17e88 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -566,8 +566,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) \
|
|
|