Index: src/builtins.h |
diff --git a/src/builtins.h b/src/builtins.h |
index 17aa9ad2e22a469ce8433bac3b65bafaa47d085d..0d39d92a817e1c76edc5fdc6a0c498efce122fae 100644 |
--- a/src/builtins.h |
+++ b/src/builtins.h |
@@ -61,6 +61,7 @@ enum BuiltinExtraArguments { |
\ |
V(ReflectDeleteProperty, NO_EXTRA_ARGUMENTS) \ |
V(ReflectGet, NO_EXTRA_ARGUMENTS) \ |
+ V(ReflectGetOwnPropertyDescriptor, NO_EXTRA_ARGUMENTS) \ |
V(ReflectGetPrototypeOf, NO_EXTRA_ARGUMENTS) \ |
V(ReflectHas, NO_EXTRA_ARGUMENTS) \ |
V(ReflectIsExtensible, NO_EXTRA_ARGUMENTS) \ |