patches/thunderbird3-12-nspr_use_zone_allocator.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 18196 066db86767a6
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.

--- mozilla/toolkit/xre/nsAppRunner.cpp.old	2010-05-28 11:06:01.410749289 +0800
+++ mozilla/toolkit/xre/nsAppRunner.cpp	2010-05-28 11:06:26.541515417 +0800
@@ -2620,7 +2620,7 @@
  * By defining the symbol here, we can avoid the wasted lookup and hopefully
  * improve startup performance.
  */
-PRBool nspr_use_zone_allocator = PR_FALSE;
+NS_VISIBILITY_DEFAULT PRBool nspr_use_zone_allocator = PR_FALSE;
 
 #ifdef MOZ_SPLASHSCREEN
 #define MOZ_SPLASHSCREEN_UPDATE(_i)  do { if (splashScreen) splashScreen->Update(_i); } while(0)