Author: fdmanana
Date: Thu Nov 25 18:00:55 2010
New Revision: 1039118

URL: http://svn.apache.org/viewvc?rev=1039118&view=rev
Log:
Even if sealing of an array is not allowed in the installed SpiderMonkey 
version, seal its members.

Modified:
    couchdb/trunk/share/server/util.js

Modified: couchdb/trunk/share/server/util.js
URL: 
http://svn.apache.org/viewvc/couchdb/trunk/share/server/util.js?rev=1039118&r1=1039117&r2=1039118&view=diff
==============================================================================
--- couchdb/trunk/share/server/util.js (original)
+++ couchdb/trunk/share/server/util.js Thu Nov 25 18:00:55 2010
@@ -103,7 +103,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