зеркало из https://github.com/mozilla/gecko-dev.git
Restore commented-out code now that bug 375824 is fixed. b=374680
This commit is contained in:
Родитель
543be2506f
Коммит
3c6ce52492
|
@ -126,14 +126,11 @@ gfxPlatform::Shutdown()
|
||||||
|
|
||||||
gfxPlatform::~gfxPlatform()
|
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,
|
// 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
|
||||||
// cairo_debug_* function unconditionally.
|
// cairo_debug_* function unconditionally.
|
||||||
cairo_debug_reset_static_data();
|
cairo_debug_reset_static_data();
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PRBool
|
PRBool
|
||||||
|
|
Загрузка…
Ссылка в новой задаче