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
parent 8a2e15d8ec
commit 28f8916d31
2 changed files with 2 additions and 2 deletions

View File

@ -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, \

View File

@ -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, \