Fix DEBUG_CC compilation error (bug 410036). r+sr=peterv, a=blocking1.9+. DEBUG_CC-only change.

git-svn-id: svn://10.0.0.236/trunk@242395 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu 2008-01-05 03:57:09 +00:00
parent e5bef0ee1c
commit 46665dd90a

View File

@ -278,8 +278,8 @@ struct nsCycleCollectorStats
#endif
#ifdef DEBUG_CC
static PRBool
nsCycleCollector_shouldSuppress(nsISupports *s);
static PRBool nsCycleCollector_shouldSuppress(nsISupports *s);
static void InitMemHook(void);
#endif
////////////////////////////////////////////////////////////////////////