Missed a bit of my mutation patch.

git-svn-id: svn://10.0.0.236/trunk@91263 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
2001-04-04 07:07:20 +00:00
parent 0af6d623df
commit 0ed9d49f33

View File

@@ -3097,8 +3097,7 @@ nsGenericContainerElement::SetAttribute(nsINodeInfo* aNodeInfo,
mutation.mAttrChange = modification ? nsIDOMMutationEvent::MODIFICATION :
nsIDOMMutationEvent::ADDITION;
nsEventStatus status = nsEventStatus_eIgnore;
nsCOMPtr<nsIDOMEvent> domEvent;
HandleDOMEvent(nsnull, &mutation, getter_AddRefs(domEvent),
HandleDOMEvent(nsnull, &mutation, nsnull,
NS_EVENT_FLAG_INIT, &status);
}