diff --git a/xpcom/base/nsTraceRefcnt.cpp b/xpcom/base/nsTraceRefcnt.cpp index 100c7469e043..e7b097a5494f 100644 --- a/xpcom/base/nsTraceRefcnt.cpp +++ b/xpcom/base/nsTraceRefcnt.cpp @@ -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, \ diff --git a/xpcom/base/nsTraceRefcntImpl.cpp b/xpcom/base/nsTraceRefcntImpl.cpp index 100c7469e043..e7b097a5494f 100644 --- a/xpcom/base/nsTraceRefcntImpl.cpp +++ b/xpcom/base/nsTraceRefcntImpl.cpp @@ -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, \