Index: src/accessors.h |
diff --git a/src/accessors.h b/src/accessors.h |
index 2171a35c74169db33895bef7defe4a4dfa6d211b..55caa48010bec88cc00016d2ded43e18dd291e1a 100644 |
--- a/src/accessors.h |
+++ b/src/accessors.h |
@@ -24,7 +24,6 @@ |
V(ArrayLength) \ |
V(BoundFunctionLength) \ |
V(BoundFunctionName) \ |
- V(ErrorStack) \ |
V(FunctionArguments) \ |
V(FunctionCaller) \ |
V(FunctionName) \ |
@@ -47,10 +46,9 @@ |
V(ScriptIsEmbedderDebugScript) \ |
V(StringLength) |
-#define ACCESSOR_SETTER_LIST(V) \ |
- V(ReconfigureToDataProperty) \ |
- V(ArrayLengthSetter) \ |
- V(ErrorStackSetter) \ |
+#define ACCESSOR_SETTER_LIST(V) \ |
+ V(ReconfigureToDataProperty) \ |
+ V(ArrayLengthSetter) \ |
V(FunctionPrototypeSetter) |
// Accessors contains all predefined proxy accessors. |