From 0ed9d49f3386ef928e97eef39b655d07e77997dc Mon Sep 17 00:00:00 2001 From: "hyatt%netscape.com" Date: Wed, 4 Apr 2001 07:07:20 +0000 Subject: [PATCH] Missed a bit of my mutation patch. git-svn-id: svn://10.0.0.236/trunk@91263 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/base/src/nsGenericElement.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); }