Bug 492326 Make symbol nspr_use_zone_allocator to be global r=bsmedberg

This commit is contained in:
Ginn Chen 2009-09-15 15:02:51 +08:00
Родитель 651098e3db
Коммит 89fdfafa07
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2591,7 +2591,7 @@ static void MOZ_gdk_display_close(GdkDisplay *display)
* 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)