Bug 696599 Use PRBool for nspr_use_zone_allocator r=benjamin,karlt

This commit is contained in:
Ginn Chen 2011-10-27 17:00:55 +08:00
Родитель 1849aca068
Коммит 9c9a936e8d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2538,7 +2538,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.
*/
NS_VISIBILITY_DEFAULT bool nspr_use_zone_allocator = false;
NS_VISIBILITY_DEFAULT PRBool nspr_use_zone_allocator = PR_FALSE;
#ifdef CAIRO_HAS_DWRITE_FONT