| Index: src/runtime/runtime.h
 | 
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
 | 
| index 5d6ccac709f235e85cc87230283e63cb7174505b..ea21fafc94ba9240136bb64066a75b2ac198a5f6 100644
 | 
| --- a/src/runtime/runtime.h
 | 
| +++ b/src/runtime/runtime.h
 | 
| @@ -333,8 +333,8 @@ namespace internal {
 | 
|    F(WeakCollectionDelete, 2, 1)                        \
 | 
|    F(WeakCollectionSet, 3, 1)                           \
 | 
|                                                         \
 | 
| -  F(GetWeakMapEntries, 1, 1)                           \
 | 
| -  F(GetWeakSetValues, 1, 1)                            \
 | 
| +  F(GetWeakMapEntries, 2, 1)                           \
 | 
| +  F(GetWeakSetValues, 2, 1)                            \
 | 
|                                                         \
 | 
|    /* Harmony events */                                 \
 | 
|    F(EnqueueMicrotask, 1, 1)                            \
 | 
| 
 |