| Index: src/builtins.h
|
| diff --git a/src/builtins.h b/src/builtins.h
|
| index dfca7e0ffe04081edd949e3fe442d3830c79a0e1..11f08028af105b31043b9c75b4d9e56c2d980edb 100644
|
| --- a/src/builtins.h
|
| +++ b/src/builtins.h
|
| @@ -66,6 +66,7 @@ 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) \
|
|
|