зеркало из https://github.com/mozilla/gecko-dev.git
Revised factory method argument order (normalized)
This commit is contained in:
Родитель
845410630a
Коммит
4023d729c3
|
@ -379,8 +379,9 @@ nsObjectFrame::Paint(nsIPresContext& aPresContext,
|
|||
}
|
||||
|
||||
nsresult
|
||||
NS_NewObjectFrame(nsIFrame*& aFrameResult, nsIContent* aContent,
|
||||
nsIFrame* aParentFrame)
|
||||
NS_NewObjectFrame(nsIContent* aContent,
|
||||
nsIFrame* aParentFrame,
|
||||
nsIFrame*& aFrameResult)
|
||||
{
|
||||
aFrameResult = new nsObjectFrame(aContent, aParentFrame);
|
||||
if (nsnull == aFrameResult) {
|
||||
|
|
|
@ -379,8 +379,9 @@ nsObjectFrame::Paint(nsIPresContext& aPresContext,
|
|||
}
|
||||
|
||||
nsresult
|
||||
NS_NewObjectFrame(nsIFrame*& aFrameResult, nsIContent* aContent,
|
||||
nsIFrame* aParentFrame)
|
||||
NS_NewObjectFrame(nsIContent* aContent,
|
||||
nsIFrame* aParentFrame,
|
||||
nsIFrame*& aFrameResult)
|
||||
{
|
||||
aFrameResult = new nsObjectFrame(aContent, aParentFrame);
|
||||
if (nsnull == aFrameResult) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче