Changing |#ifdef DEBUG_dbaron| to |#ifdef DEBUG_dbaron_off| so I don't see these assertions anymore.

This commit is contained in:
dbaron%fas.harvard.edu 2001-11-22 23:19:33 +00:00
Родитель 34638e004a
Коммит 45e1a4e76c
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1583,7 +1583,7 @@ nsTraceRefcnt::SetActivityIsLegal(PRBool aLegal)
#endif
}
#ifdef DEBUG_dbaron
#ifdef DEBUG_dbaron_off
// I hope to turn this on for everybody once we hit it a little less.
#define ASSERT_ACTIVITY_IS_LEGAL \
NS_WARN_IF_FALSE(gActivityIsLegal, \

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

@ -1583,7 +1583,7 @@ nsTraceRefcnt::SetActivityIsLegal(PRBool aLegal)
#endif
}
#ifdef DEBUG_dbaron
#ifdef DEBUG_dbaron_off
// I hope to turn this on for everybody once we hit it a little less.
#define ASSERT_ACTIVITY_IS_LEGAL \
NS_WARN_IF_FALSE(gActivityIsLegal, \