Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch by

Taras Glek <tglek@mozilla.com>, rs=roc.


git-svn-id: svn://10.0.0.236/trunk@222659 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2007-03-30 21:11:47 +00:00
parent c60cbdb66c
commit 116d69628c
104 changed files with 539 additions and 539 deletions

View File

@@ -100,7 +100,7 @@ nsHTMLButtonControlFrame::Init(
{
nsresult rv = nsHTMLContainerFrame::Init(aContent, aParent, aPrevInFlow);
if (NS_SUCCEEDED(rv)) {
mRenderer.SetFrame(this, GetPresContext());
mRenderer.SetFrame(this, PresContext());
}
return rv;
}