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:
troy%netscape.com
1999-07-22 04:00:57 +00:00
parent 7ce68a6276
commit a314bc3877
35 changed files with 80 additions and 80 deletions

View File

@@ -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);
}