Renamed Init() to SetInitialChildList() and added an additional parameter
for the name of the child list
This commit is contained in:
@@ -231,7 +231,7 @@ nsHTMLContainerFrame::CreateWrapperFrame(nsIPresContext& aPresContext,
|
||||
NS_RELEASE(pseudoStyle);
|
||||
|
||||
// Init the body frame
|
||||
aWrapperFrame->Init(aPresContext, aFrame);
|
||||
aWrapperFrame->SetInitialChildList(aPresContext, nsnull, aFrame);
|
||||
}
|
||||
|
||||
NS_RELEASE(content);
|
||||
|
||||
Reference in New Issue
Block a user