implemented basic attribute changed handling. most things currently work, those that don't will work better after Peter
lands some style context resolution changes.
This commit is contained in:
@@ -676,7 +676,7 @@ PRBool BasicTableLayoutStrategy::AssignPreliminaryColumnWidths()
|
||||
// clean up
|
||||
if (nsnull!=spanList)
|
||||
{
|
||||
if (gsDebug) printf("BTLS::APCW...space leak, span list not empty");
|
||||
if (gsDebug) printf("BTLS::APCW...space leak, span list not empty\n");
|
||||
delete spanList;
|
||||
}
|
||||
if (nsnull!=colSpanList)
|
||||
|
||||
Reference in New Issue
Block a user