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

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

@ -3411,7 +3411,7 @@ nsGenericElement::SetAttrAndNotify(PRInt32 aNamespaceID,
mutation.mPrevAttrValue = do_GetAtom(aOldValue);
}
mutation.mAttrChange = modType;
nsEventDispatcher::Dispatch(this, nsnull, &mutation;
nsEventDispatcher::Dispatch(this, nsnull, &mutation);
}
if (aNotify) {