| Index: src/builtins.h
|
| diff --git a/src/builtins.h b/src/builtins.h
|
| index 055ee52c63e81fb41c9a22c052cebf8dc3dd2e16..c1159a8d5252848108340f6844b144a6161cb990 100644
|
| --- a/src/builtins.h
|
| +++ b/src/builtins.h
|
| @@ -66,7 +66,6 @@ enum BuiltinExtraArguments {
|
| V(ReflectGetPrototypeOf, NO_EXTRA_ARGUMENTS) \
|
| V(ReflectHas, NO_EXTRA_ARGUMENTS) \
|
| V(ReflectIsExtensible, NO_EXTRA_ARGUMENTS) \
|
| - V(ReflectOwnKeys, NO_EXTRA_ARGUMENTS) \
|
| V(ReflectPreventExtensions, NO_EXTRA_ARGUMENTS) \
|
| V(ReflectSet, NO_EXTRA_ARGUMENTS) \
|
| V(ReflectSetPrototypeOf, NO_EXTRA_ARGUMENTS) \
|
|
|