Syntax error

This commit is contained in:
mkaply@us.ibm.com
2006-08-25 19:40:04 +00:00
parent fc1e2faece
commit 2a69058873

View File

@@ -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) {