Chromium Code Reviews| Index: src/accessors.h |
| diff --git a/src/accessors.h b/src/accessors.h |
| index 75099a0c728fdcf40f6dcce239b6a0e6c189682a..ac96681a8e0c16933b3ff5033495116015595809 100644 |
| --- a/src/accessors.h |
| +++ b/src/accessors.h |
| @@ -14,6 +14,7 @@ namespace internal { |
| // The list of accessor descriptors. This is a second-order macro |
| // taking a macro to be applied to all accessor descriptor names. |
| #define ACCESSOR_INFO_LIST(V) \ |
| + V(ArgumentsIterator) \ |
| V(ArrayLength) \ |
| V(FunctionArguments) \ |
| V(FunctionCaller) \ |