Turned off some more debug noise
git-svn-id: svn://10.0.0.236/trunk@51775 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -323,7 +323,7 @@ nsLineLayout::EndLineReflow()
|
||||
NS_ASSERTION(mSpansAllocated == mSpansFreed, "leak");
|
||||
NS_ASSERTION(mFramesAllocated == mFramesFreed, "leak");
|
||||
|
||||
#ifdef DEBUG_kipp
|
||||
#if 0
|
||||
static PRInt32 maxSpansAllocated = NS_LINELAYOUT_NUM_SPANS;
|
||||
static PRInt32 maxFramesAllocated = NS_LINELAYOUT_NUM_FRAMES;
|
||||
if (mSpansAllocated > maxSpansAllocated) {
|
||||
|
||||
@@ -323,7 +323,7 @@ nsLineLayout::EndLineReflow()
|
||||
NS_ASSERTION(mSpansAllocated == mSpansFreed, "leak");
|
||||
NS_ASSERTION(mFramesAllocated == mFramesFreed, "leak");
|
||||
|
||||
#ifdef DEBUG_kipp
|
||||
#if 0
|
||||
static PRInt32 maxSpansAllocated = NS_LINELAYOUT_NUM_SPANS;
|
||||
static PRInt32 maxFramesAllocated = NS_LINELAYOUT_NUM_FRAMES;
|
||||
if (mSpansAllocated > maxSpansAllocated) {
|
||||
|
||||
Reference in New Issue
Block a user