Renamed some nsFrameList member functions
git-svn-id: svn://10.0.0.236/trunk@40595 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -973,7 +973,7 @@ NS_IMETHODIMP
|
||||
nsComboboxControlFrame::Destroy(nsIPresContext& aPresContext)
|
||||
{
|
||||
// Cleanup frames in popup child list
|
||||
mPopupFrames.DeleteFrames(aPresContext);
|
||||
mPopupFrames.DestroyFrames(aPresContext);
|
||||
return nsAreaFrame::Destroy(aPresContext);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user