Bug 754329 - Crash with cairo mutexes enabled. r=joe

--HG--
extra : rebase_source : d2ae2005ebe4b525f44bdf9951f4279af7b34f5e
This commit is contained in:
Marco Castelluccio 2012-05-11 23:21:41 +02:00
Родитель e27726999d
Коммит 6dcdc8b048
2 изменённых файлов: 3 добавлений и 1 удалений

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

@ -365,6 +365,8 @@ gfxPlatform::Shutdown()
gfxPlatform::~gfxPlatform()
{
mScreenReferenceSurface = nsnull;
// 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

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

@ -184,10 +184,10 @@
MODULE(nsRDFModule) \
MODULE(nsWindowDataSourceModule) \
MODULE(nsParserModule) \
MODULE(nsImageLib2Module) \
MODULE(nsGfxModule) \
PROFILER_MODULE \
WIDGET_MODULES \
MODULE(nsImageLib2Module) \
ICON_MODULE \
MODULE(nsPluginModule) \
MODULE(nsLayoutModule) \