mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Restore commented-out code now that bug 375824 is fixed. b=374680
This commit is contained in:
parent
3bb5d3d037
commit
f51f568e3e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user