Index: src/accessors.h |
diff --git a/src/accessors.h b/src/accessors.h |
index 226597a91062d383108932053693c7f3c39114b6..db63fda328284542c99eafdca2cf59b5100ae87e 100644 |
--- a/src/accessors.h |
+++ b/src/accessors.h |
@@ -37,12 +37,12 @@ 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_DESCRIPTOR_LIST(V) \ |
- V(FunctionName) \ |
V(FunctionArguments) \ |
V(FunctionCaller) \ |
V(ArrayLength) |
#define ACCESSOR_INFO_LIST(V) \ |
+ V(FunctionName) \ |
V(FunctionLength) \ |
V(FunctionPrototype) \ |
V(ScriptColumnOffset) \ |