| Index: src/runtime/runtime.h
 | 
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
 | 
| index b202d35ed0970568566ef1406efb742abf8aa336..b84f5de1617599f7e4ad70877c9ac8911cc35b4a 100644
 | 
| --- a/src/runtime/runtime.h
 | 
| +++ b/src/runtime/runtime.h
 | 
| @@ -539,7 +539,6 @@ namespace internal {
 | 
|    F(RegExpExecReThrow, 4, 1)                   \
 | 
|    F(IsRegExp, 1, 1)
 | 
|  
 | 
| -
 | 
|  #define FOR_EACH_INTRINSIC_SCOPES(F)       \
 | 
|    F(ThrowConstAssignError, 0, 1)           \
 | 
|    F(DeclareGlobals, 2, 1)                  \
 | 
| @@ -552,6 +551,7 @@ namespace internal {
 | 
|    F(NewRestArguments_Generic, 2, 1)        \
 | 
|    F(NewSloppyArguments, 3, 1)              \
 | 
|    F(NewStrictArguments, 3, 1)              \
 | 
| +  F(InstallLiterals, 1, 1)                 \
 | 
|    F(NewRestParam, 3, 1)                    \
 | 
|    F(NewClosure, 1, 1)                      \
 | 
|    F(NewClosure_Tenured, 1, 1)              \
 | 
| @@ -568,7 +568,6 @@ namespace internal {
 | 
|    F(ArgumentsLength, 0, 1)                 \
 | 
|    F(Arguments, 1, 1)
 | 
|  
 | 
| -
 | 
|  #define FOR_EACH_INTRINSIC_SIMD(F)     \
 | 
|    F(IsSimdValue, 1, 1)                 \
 | 
|    F(SimdSameValue, 2, 1)               \
 | 
| 
 |