diff options
author | Filipe David Borba Manana <fdmanana@apache.org> | 2010-11-25 18:02:07 +0000 |
---|---|---|
committer | Filipe David Borba Manana <fdmanana@apache.org> | 2010-11-25 18:02:07 +0000 |
commit | 5c854c01482a151accb2cd0235187741ac9056fe (patch) | |
tree | 7f7edb2fd0c9545acf9cfad9a9557b508ef59581 /share | |
parent | aae22ceec57498656d95cf4461f16c9ce5ba98cc (diff) |
Merged revision 1039118 from trunk:
Even if sealing of an array is not allowed in the installed SpiderMonkey version, seal its members.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1039123 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share')
-rw-r--r-- | share/server/util.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/server/util.js b/share/server/util.js index c5e89f3d..b55480b9 100644 --- a/share/server/util.js +++ b/share/server/util.js @@ -101,7 +101,6 @@ var Couch = { } catch (x) { // Sealing of arrays broken in some SpiderMonkey versions. // https://bugzilla.mozilla.org/show_bug.cgi?id=449657 - return; } for (var propname in obj) { if (typeof obj[propname] == "object") { |