Restore commented-out code now that bug 375824 is fixed. b=374680

This commit is contained in:
dbaron@dbaron.org 2007-03-30 15:04:32 -07:00
Родитель 543be2506f
Коммит 3c6ce52492
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -126,14 +126,11 @@ 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