Author: fdmanana
Date: Thu Nov 25 18:02:07 2010
New Revision: 1039123

URL: http://svn.apache.org/viewvc?rev=1039123&view=rev
Log:
Merged revision 1039118 from trunk:

Even if sealing of an array is not allowed in the installed SpiderMonkey 
version, seal its members.

Modified:
    couchdb/branches/1.1.x/share/server/util.js

Modified: couchdb/branches/1.1.x/share/server/util.js
URL: 
http://svn.apache.org/viewvc/couchdb/branches/1.1.x/share/server/util.js?rev=1039123&r1=1039122&r2=1039123&view=diff
==============================================================================
--- couchdb/branches/1.1.x/share/server/util.js (original)
+++ couchdb/branches/1.1.x/share/server/util.js Thu Nov 25 18:02:07 2010
@@ -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") {


Reply via email to