implemented basic attribute changed handling. most things currently work, those that don't will work better after Peter
lands some style context resolution changes. git-svn-id: svn://10.0.0.236/trunk@13764 18797224-902f-48f8-a5cc-f745e15eee43
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