fix windows bustage.

git-svn-id: svn://10.0.0.236/trunk@55957 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
karnaze%netscape.com
1999-12-14 01:02:11 +00:00
parent 80de098422
commit b46ebb9cae
2 changed files with 2 additions and 8 deletions

View File

@@ -1096,10 +1096,7 @@ PRInt32 nsCellMap::GetEffectiveColSpan(PRInt32 aColIndex,
break;
}
}
if (effColSpan == 0) {
printf("cell = %p \n", aCell);
Dump();
}
NS_ASSERTION(effColSpan > 0, "invalid col span or col index");
return effColSpan;
}