diff --git a/mozilla/content/base/src/nsGenericElement.cpp b/mozilla/content/base/src/nsGenericElement.cpp index f68f1cf542a..17e98eba3da 100644 --- a/mozilla/content/base/src/nsGenericElement.cpp +++ b/mozilla/content/base/src/nsGenericElement.cpp @@ -3097,8 +3097,7 @@ nsGenericContainerElement::SetAttribute(nsINodeInfo* aNodeInfo, mutation.mAttrChange = modification ? nsIDOMMutationEvent::MODIFICATION : nsIDOMMutationEvent::ADDITION; nsEventStatus status = nsEventStatus_eIgnore; - nsCOMPtr domEvent; - HandleDOMEvent(nsnull, &mutation, getter_AddRefs(domEvent), + HandleDOMEvent(nsnull, &mutation, nsnull, NS_EVENT_FLAG_INIT, &status); }