Bug 313817. DeCOMtaminate a bunch of NS_New*Frame functions. patch by Marc Liddell, r+sr=roc

git-svn-id: svn://10.0.0.236/trunk@183097 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
roc+%cs.cmu.edu
2005-10-26 21:46:39 +00:00
parent 5d4857230d
commit 2b50a04fc6
61 changed files with 315 additions and 584 deletions

View File

@@ -124,9 +124,8 @@ nsHTMLButtonControlFrame::Init(nsPresContext* aPresContext,
flags |= NS_BLOCK_SHRINK_WRAP;
}
nsIFrame* areaFrame;
nsIPresShell *shell = aPresContext->PresShell();
NS_NewAreaFrame(shell, &areaFrame, flags);
nsIFrame* areaFrame = NS_NewAreaFrame(shell, flags);
mFrames.SetFrames(areaFrame);
// Resolve style and initialize the frame