From f3204ef29e91d86ff116449cf2a087ecbde64526 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Fri, 25 Aug 2006 19:40:04 +0000 Subject: [PATCH] Syntax error --- content/base/src/nsGenericElement.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/base/src/nsGenericElement.cpp b/content/base/src/nsGenericElement.cpp index 8fc36afba2fe..a57ef6c48e09 100644 --- a/content/base/src/nsGenericElement.cpp +++ b/content/base/src/nsGenericElement.cpp @@ -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) {