| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index db796fa9cb1a111651fcd102a1bc9f910e614ddc..1f6c42630b89d81fcb73b6c7ae85ca0e910111a1 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -387,8 +387,8 @@ namespace internal {
|
| F(SetProperty, 4, 1) \
|
| F(AddElement, 3, 1) \
|
| F(AppendElement, 2, 1) \
|
| - F(DeleteProperty_Sloppy, 2, 1) \
|
| - F(DeleteProperty_Strict, 2, 1) \
|
| + F(DeleteProperty, 3, 1) \
|
| + F(ShrinkPropertyDictionary, 2, 1) \
|
| F(HasProperty, 2, 1) \
|
| F(GetOwnPropertyKeys, 2, 1) \
|
| F(GetInterceptorInfo, 1, 1) \
|
|
|