COMized nsIPresShell and nsIPresContext
git-svn-id: svn://10.0.0.236/trunk@20570 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -90,7 +90,8 @@ nsTableColGroupFrame::InitNewFrames(nsIPresContext& aPresContext, nsIFrame* aChi
|
||||
// Set its style context
|
||||
nsCOMPtr<nsIStyleContext> colStyleContext;
|
||||
aPresContext.ResolveStyleContextFor(col, mStyleContext,
|
||||
getter_AddRefs(colStyleContext), PR_TRUE);
|
||||
PR_TRUE,
|
||||
getter_AddRefs(colStyleContext));
|
||||
colFrame->Init(aPresContext, col, this, colStyleContext);
|
||||
colFrame->SetInitialChildList(aPresContext, nsnull, nsnull);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user