From a3c8a52d971f7f8971aa40c04981078e57c6cd36 Mon Sep 17 00:00:00 2001 From: George Wright Date: Thu, 13 Feb 2014 16:55:43 -0500 Subject: [PATCH] Bug 910754 - As we never build Skia statically, disable Skia's instance counting as it requires being built as a static library. r=snorp --- gfx/skia/trunk/include/config/SkUserConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/skia/trunk/include/config/SkUserConfig.h b/gfx/skia/trunk/include/config/SkUserConfig.h index b4e6d69b890f..66efdd325f75 100644 --- a/gfx/skia/trunk/include/config/SkUserConfig.h +++ b/gfx/skia/trunk/include/config/SkUserConfig.h @@ -63,7 +63,7 @@ allow instance count tracking in either debug or release builds. By default it is enabled in debug but disabled in release. */ -//#define SK_ENABLE_INST_COUNT 1 +#define SK_ENABLE_INST_COUNT 0 /* If, in debugging mode, Skia needs to stop (presumably to invoke a debugger) it will call SK_CRASH(). If this is not defined it, it is defined in