Bug 237566: Remove nsIContent::ReplaceChildAt and supportive codepaths.

r=bz sr=jst


git-svn-id: svn://10.0.0.236/trunk@154723 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sicking%bigfoot.com
2004-04-12 22:48:33 +00:00
parent 5cdb46f69f
commit e4632ed495
46 changed files with 70 additions and 635 deletions

View File

@@ -1578,15 +1578,6 @@ nsWebShellWindow::ContentInserted(nsIDocument *aDocument,
{
}
void
nsWebShellWindow::ContentReplaced(nsIDocument *aDocument,
nsIContent* aContainer,
nsIContent* aOldChild,
nsIContent* aNewChild,
PRInt32 aIndexInContainer)
{
}
void
nsWebShellWindow::ContentRemoved(nsIDocument *aDocument,
nsIContent* aContainer,