Change |DEBUG_dbaron| to |DEBUG_dbaron_off| for stuff that I don't want to see anymore.

This commit is contained in:
dbaron%dbaron.org 2003-01-16 19:21:23 +00:00
Родитель 44acf1e60b
Коммит 5302be6eba
4 изменённых файлов: 4 добавлений и 4 удалений

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

@ -930,7 +930,7 @@ NS_IMETHODIMP StyleSetImpl::EnableQuirkStyleSheet(PRBool aEnable)
#if defined(DEBUG_warren) || defined(DEBUG_attinasi)
printf( "%s Quirk StyleSheet\n", aEnable ? "Enabling" : "Disabling" );
#endif
#ifdef DEBUG_dbaron // XXX Make this |DEBUG| once it stops firing.
#ifdef DEBUG_dbaron_off // XXX Make this |DEBUG| once it stops firing.
PRUint32 count = 0;
if (mAgentRuleProcessors)
mAgentRuleProcessors->Count(&count);

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

@ -2119,7 +2119,7 @@ nsFrame::GetFrameForPoint(nsIPresContext* aPresContext,
NS_IMETHODIMP
nsFrame::WillReflow(nsIPresContext* aPresContext)
{
#ifdef DEBUG_dbaron
#ifdef DEBUG_dbaron_off
// bug 81268
NS_ASSERTION(!(mState & NS_FRAME_IN_REFLOW),
"nsFrame::WillReflow: frame is already in reflow");

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

@ -2119,7 +2119,7 @@ nsFrame::GetFrameForPoint(nsIPresContext* aPresContext,
NS_IMETHODIMP
nsFrame::WillReflow(nsIPresContext* aPresContext)
{
#ifdef DEBUG_dbaron
#ifdef DEBUG_dbaron_off
// bug 81268
NS_ASSERTION(!(mState & NS_FRAME_IN_REFLOW),
"nsFrame::WillReflow: frame is already in reflow");

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

@ -930,7 +930,7 @@ NS_IMETHODIMP StyleSetImpl::EnableQuirkStyleSheet(PRBool aEnable)
#if defined(DEBUG_warren) || defined(DEBUG_attinasi)
printf( "%s Quirk StyleSheet\n", aEnable ? "Enabling" : "Disabling" );
#endif
#ifdef DEBUG_dbaron // XXX Make this |DEBUG| once it stops firing.
#ifdef DEBUG_dbaron_off // XXX Make this |DEBUG| once it stops firing.
PRUint32 count = 0;
if (mAgentRuleProcessors)
mAgentRuleProcessors->Count(&count);