Index: src/messages.js |
diff --git a/src/messages.js b/src/messages.js |
index b15ccc6e42a04b469d69ba4aa89a51ec4f27fd83..049cecde445d595cc2353ed2860df8254507d14b 100644 |
--- a/src/messages.js |
+++ b/src/messages.js |
@@ -1224,7 +1224,6 @@ function SetUpError() { |
// Define all the expected properties directly on the error |
// object. This avoids going through getters and setters defined |
// on prototype objects. |
- %AddNamedProperty(this, 'stack', UNDEFINED, DONT_ENUM); |
if (!IS_UNDEFINED(m)) { |
%AddNamedProperty(this, 'message', ToString(m), DONT_ENUM); |
} |