Bug 233463, patch 5 - Remove nsFrameList(nsIFrame*) ctor. r=bzbarsky
This commit is contained in:
@@ -331,7 +331,7 @@ nsFrameList
|
||||
nsMenuFrame::GetChildList(nsIAtom* aListName) const
|
||||
{
|
||||
if (nsGkAtoms::popupList == aListName) {
|
||||
return mPopupFrame;
|
||||
return nsFrameList(mPopupFrame, mPopupFrame);
|
||||
}
|
||||
return nsBoxFrame::GetChildList(aListName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user