Cleaned up nsICollection and nsIEnumerator. Broke out nsIBidirectionalEnumerator. Added ISupportsArray enumerator. Cleaned nsISupportsArray.
This commit is contained in:
@@ -54,7 +54,7 @@ PRBool FixedTableLayoutStrategy::BalanceColumnWidths(nsIStyleContext *aTableStyl
|
||||
NS_ASSERTION(nsnull==tablePIF, "never ever call me on a continuing frame!");
|
||||
#endif
|
||||
|
||||
PRBool result;
|
||||
PRBool result = PR_TRUE;
|
||||
|
||||
NS_ASSERTION(nsnull!=aTableStyle, "bad arg");
|
||||
if (nsnull==aTableStyle)
|
||||
|
||||
Reference in New Issue
Block a user