| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index dca28f1ad44cba3d36fa5deae24263cf2af22b9d..2c0f3557380c1c20e10d01a76687ddabe135ffc4 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -261,8 +261,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) \
|
|
|