зеркало из https://github.com/mozilla/pjs.git
Bug 754329 - Crash with cairo mutexes enabled. r=joe
--HG-- extra : rebase_source : d2ae2005ebe4b525f44bdf9951f4279af7b34f5e
This commit is contained in:
Родитель
fa591fe0df
Коммит
e526cc2f30
|
@ -365,6 +365,8 @@ gfxPlatform::Shutdown()
|
||||||
|
|
||||||
gfxPlatform::~gfxPlatform()
|
gfxPlatform::~gfxPlatform()
|
||||||
{
|
{
|
||||||
|
mScreenReferenceSurface = nsnull;
|
||||||
|
|
||||||
// The cairo folks think we should only clean up in debug builds,
|
// 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
|
// but we're generally in the habit of trying to shut down as
|
||||||
// cleanly as possible even in production code, so call this
|
// cleanly as possible even in production code, so call this
|
||||||
|
|
|
@ -184,10 +184,10 @@
|
||||||
MODULE(nsRDFModule) \
|
MODULE(nsRDFModule) \
|
||||||
MODULE(nsWindowDataSourceModule) \
|
MODULE(nsWindowDataSourceModule) \
|
||||||
MODULE(nsParserModule) \
|
MODULE(nsParserModule) \
|
||||||
|
MODULE(nsImageLib2Module) \
|
||||||
MODULE(nsGfxModule) \
|
MODULE(nsGfxModule) \
|
||||||
PROFILER_MODULE \
|
PROFILER_MODULE \
|
||||||
WIDGET_MODULES \
|
WIDGET_MODULES \
|
||||||
MODULE(nsImageLib2Module) \
|
|
||||||
ICON_MODULE \
|
ICON_MODULE \
|
||||||
MODULE(nsPluginModule) \
|
MODULE(nsPluginModule) \
|
||||||
MODULE(nsLayoutModule) \
|
MODULE(nsLayoutModule) \
|
||||||
|
|
Загрузка…
Ссылка в новой задаче