Comment out cairo_debug_reset_static_data for now, until we can fix the asserts that it causes. b=374680 r=vlad

This commit is contained in:
dbaron%dbaron.org 2007-03-21 19:05:34 +00:00
Родитель 17731c0e94
Коммит 264069d99f
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -93,11 +93,14 @@ gfxPlatform::Shutdown()
gfxPlatform::~gfxPlatform()
{
#if 0 // Comment this out for now, until we fix bug 374680.
// The cairo folks think we should only clean up in debug builds,
// but we're generally in the habit of trying to shut down as
// cleanly as possible even in production code, so call this
// cairo_debug_* function unconditionally.
cairo_debug_reset_static_data();
#endif
}
PRBool