This commit is contained in:
mkaply%us.ibm.com 2006-08-25 19:32:21 +00:00
Родитель a92698e341
Коммит 0f53f82557
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2471,7 +2471,7 @@ nsGenericElement::doRemoveChildAt(PRUint32 aIndex, PRBool aNotify,
NS_EVENT_BITS_MUTATION_NODEREMOVED)) {
nsMutationEvent mutation(PR_TRUE, NS_MUTATION_NODEREMOVED);
mutation.mRelatedNode = do_QueryInterface(container);
nsEventDispatcher::Dispatch(aKid, nsnull, &mutation, nsnull, nsnull);
nsEventDispatcher::Dispatch(aKid, nsnull, &mutation);
}
// Someone may have removed the kid or any of its siblings while that event