From 0a8a03a216bedf7427f948dfd9effe2fd9459149 Mon Sep 17 00:00:00 2001 From: "tor%cs.brown.edu" Date: Thu, 25 Aug 2005 21:57:31 +0000 Subject: [PATCH] Build bustage fix from 302103. git-svn-id: svn://10.0.0.236/trunk@179001 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/svg/content/src/nsSVGElement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/content/svg/content/src/nsSVGElement.h b/mozilla/content/svg/content/src/nsSVGElement.h index 33c638e0a7c..d57d89d0217 100644 --- a/mozilla/content/svg/content/src/nsSVGElement.h +++ b/mozilla/content/svg/content/src/nsSVGElement.h @@ -157,7 +157,7 @@ protected: PRInt32 aNamespaceID = kNameSpaceID_None); static PRBool IsGraphicElementEventName(nsIAtom* aName); - static nsIAtom* nsSVGElement::GetEventNameForAttr(nsIAtom* aAttr); + static nsIAtom* GetEventNameForAttr(nsIAtom* aAttr); nsCOMPtr mContentStyleRule; nsAttrAndChildArray mMappedAttributes;