Bug 233463, patch 5 - Remove nsFrameList(nsIFrame*) ctor. r=bzbarsky
This commit is contained in:
@@ -1197,7 +1197,7 @@ nsComboboxControlFrame::CreateFrameFor(nsIContent* aContent)
|
||||
return nsnull;
|
||||
}
|
||||
|
||||
nsFrameList textList(mTextFrame);
|
||||
nsFrameList textList(mTextFrame, mTextFrame);
|
||||
mDisplayFrame->SetInitialChildList(nsnull, textList);
|
||||
return mDisplayFrame;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user