[or-cvs] r13746: This is what happens when you try to put out a release in a (torbutton/trunk/src/chrome/content)

mikeperry at seul.org mikeperry at seul.org
Tue Feb 26 20:09:24 UTC 2008


Author: mikeperry
Date: 2008-02-26 15:09:23 -0500 (Tue, 26 Feb 2008)
New Revision: 13746

Modified:
   torbutton/trunk/src/chrome/content/jshooks.js
Log:

This is what happens when you try to put out a release in a
hurry at 1am. :(



Modified: torbutton/trunk/src/chrome/content/jshooks.js
===================================================================
--- torbutton/trunk/src/chrome/content/jshooks.js	2008-02-26 19:49:28 UTC (rev 13745)
+++ torbutton/trunk/src/chrome/content/jshooks.js	2008-02-26 20:09:23 UTC (rev 13746)
@@ -12,6 +12,7 @@
       window.navigator.__proto__.__defineGetter__("oscpu", function() { return tmp_oscpu;});
       window.navigator.__proto__.__defineGetter__("productSub", function() { return tmp_productSub;});
       window.navigator.__proto__.__defineGetter__("buildID", function() { return 0;});
+      window.navigator.__proto__ = null;
       /*navigator.__proto__.__defineGetter__("platform", function() { return tmp_platform;});*/
   }
 



More information about the tor-commits mailing list