From fa5d8826e966abbafb52e3c60a67afcadc80ff55 Mon Sep 17 00:00:00 2001 From: "dbaron@dbaron.org" Date: Fri, 30 Mar 2007 15:04:32 -0700 Subject: [PATCH] Restore commented-out code now that bug 375824 is fixed. b=374680 --- gfx/thebes/src/gfxPlatform.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/gfx/thebes/src/gfxPlatform.cpp b/gfx/thebes/src/gfxPlatform.cpp index 8b2c9b16333..8bcea9ae2c6 100644 --- a/gfx/thebes/src/gfxPlatform.cpp +++ b/gfx/thebes/src/gfxPlatform.cpp @@ -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