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

This commit is contained in:
jruderman@hmc.edu 2008-01-04 19:57:09 -08:00
Родитель a22620ca41
Коммит 0dbf90be29
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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
////////////////////////////////////////////////////////////////////////