Renamed DeleteFrame() to Destroy()

git-svn-id: svn://10.0.0.236/trunk@40585 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1999-07-22 02:24:52 +00:00
parent 0562346fa7
commit 947927e816
72 changed files with 177 additions and 177 deletions

View File

@@ -372,7 +372,7 @@ nsFrame::RemoveFrame(nsIPresContext& aPresContext,
}
NS_IMETHODIMP
nsFrame::DeleteFrame(nsIPresContext& aPresContext)
nsFrame::Destroy(nsIPresContext& aPresContext)
{
nsCOMPtr<nsIPresShell> shell;
aPresContext.GetShell(getter_AddRefs(shell));