| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 9b62cddfa9ca4a53e2504f3a87c1defa81baa33e..11be6610caf98d2d0fabd9bce7e1a26f88948934 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -413,7 +413,6 @@ namespace internal {
|
| F(TryMigrateInstance, 1, 1) \
|
| F(IsJSGlobalProxy, 1, 1) \
|
| F(DefineAccessorPropertyUnchecked, 5, 1) \
|
| - F(DefineDataPropertyUnchecked, 4, 1) \
|
| F(DefineDataPropertyInLiteral, 5, 1) \
|
| F(GetDataProperty, 2, 1) \
|
| F(HasFastPackedElements, 1, 1) \
|
|
|