зеркало из https://github.com/mozilla/pjs.git
Changing |#ifdef DEBUG_dbaron| to |#ifdef DEBUG_dbaron_off| so I don't see these assertions anymore.
This commit is contained in:
Родитель
34638e004a
Коммит
45e1a4e76c
|
@ -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, \
|
||||
|
|
Загрузка…
Ссылка в новой задаче