patches/thunderbird3-12-nspr_use_zone_allocator.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 18340 7e1ad3e94de2
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18340
7e1ad3e94de2 2010-07-01 Brian Lu <[email protected]>
hawklu
parents: 17500
diff changeset
     1
--- mozilla/toolkit/xre/nsAppRunner.cpp.old	2010-05-28 11:06:01.410749289 +0800
7e1ad3e94de2 2010-07-01 Brian Lu <[email protected]>
hawklu
parents: 17500
diff changeset
     2
+++ mozilla/toolkit/xre/nsAppRunner.cpp	2010-05-28 11:06:26.541515417 +0800
7e1ad3e94de2 2010-07-01 Brian Lu <[email protected]>
hawklu
parents: 17500
diff changeset
     3
@@ -2620,7 +2620,7 @@
17500
ee2bc0d214c7 2010-02-04 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
     4
  * By defining the symbol here, we can avoid the wasted lookup and hopefully
ee2bc0d214c7 2010-02-04 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
     5
  * improve startup performance.
ee2bc0d214c7 2010-02-04 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
     6
  */
ee2bc0d214c7 2010-02-04 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
     7
-PRBool nspr_use_zone_allocator = PR_FALSE;
ee2bc0d214c7 2010-02-04 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
     8
+NS_VISIBILITY_DEFAULT PRBool nspr_use_zone_allocator = PR_FALSE;
ee2bc0d214c7 2010-02-04 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
     9
 
18340
7e1ad3e94de2 2010-07-01 Brian Lu <[email protected]>
hawklu
parents: 17500
diff changeset
    10
 #ifdef MOZ_SPLASHSCREEN
7e1ad3e94de2 2010-07-01 Brian Lu <[email protected]>
hawklu
parents: 17500
diff changeset
    11
 #define MOZ_SPLASHSCREEN_UPDATE(_i)  do { if (splashScreen) splashScreen->Update(_i); } while(0)