fixed bug 915. Colgroup frames now get Init() calls properly with
synthesized COLs. git-svn-id: svn://10.0.0.236/trunk@11259 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -155,7 +155,7 @@ nsTableColGroupFrame::Init(nsIPresContext& aPresContext, nsIFrame* aChildList)
|
||||
{
|
||||
nsresult result = AppendNewFrames(aPresContext, aChildList);
|
||||
if (NS_OK==result)
|
||||
result = InitNewFrames(aPresContext, mFirstChild);
|
||||
result = InitNewFrames(aPresContext, aChildList);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user