| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 521a91ec84372b11032858557e375c56dbd5f27a..1fc6600262f32b65ea8e069e9aa4a65dc152d1e2 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -256,8 +256,8 @@ namespace internal {
|
| F(DefineDataPropertyUnchecked, 4, 1) \
|
| F(DefineAccessorPropertyUnchecked, 5, 1) \
|
| F(GetDataProperty, 2, 1) \
|
| - F(DefineGetterPropertyUnchecked, 3, 1) \
|
| - F(DefineSetterPropertyUnchecked, 3, 1) \
|
| + F(DefineGetterPropertyUnchecked, 4, 1) \
|
| + F(DefineSetterPropertyUnchecked, 4, 1) \
|
| \
|
| /* Arrays */ \
|
| F(RemoveArrayHoles, 2, 1) \
|
|
|