Author: fdmanana
Date: Thu Nov 25 18:01:37 2010
New Revision: 1039121

URL: http://svn.apache.org/viewvc?rev=1039121&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.0.x/share/server/util.js

Modified: couchdb/branches/1.0.x/share/server/util.js
URL: 
http://svn.apache.org/viewvc/couchdb/branches/1.0.x/share/server/util.js?rev=1039121&r1=1039120&r2=1039121&view=diff
==============================================================================
--- couchdb/branches/1.0.x/share/server/util.js (original)
+++ couchdb/branches/1.0.x/share/server/util.js Thu Nov 25 18:01:37 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