Bug 358106: Make ranges use nsIMutationObserver rather than their own notification system. r/sr=jst

git-svn-id: svn://10.0.0.236/trunk@214666 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cvshook%sicking.cc
2006-11-03 21:51:01 +00:00
parent de00af7251
commit 78a449be36
24 changed files with 243 additions and 791 deletions

View File

@@ -651,7 +651,7 @@ nsSHEntry::NodeWillBeDestroyed(const nsINode* aNode)
void
nsSHEntry::CharacterDataChanged(nsIDocument* aDocument,
nsIContent* aContent,
PRBool aAppend)
CharacterDataChangeInfo* aInfo)
{
DocumentMutated();
}