From 7631eb9d2de9e82d326276ee1ad59464a3ce84da Mon Sep 17 00:00:00 2001 From: Olli Pettay Date: Mon, 14 Jun 2010 10:32:41 +0300 Subject: [PATCH] Bug 571390, add a comment --HG-- extra : rebase_source : 5960b90841cfa37decfb48d61e904c97c9d4f91e --- content/base/src/nsGenericElement.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/base/src/nsGenericElement.h b/content/base/src/nsGenericElement.h index 70164c1dad0..7912e2c8e50 100644 --- a/content/base/src/nsGenericElement.h +++ b/content/base/src/nsGenericElement.h @@ -662,6 +662,8 @@ public: const nsAttrValue* mValue; }; + // Be careful when using this method. This does *NOT* handle + // XUL prototypes. You may want to use GetAttrInfo. const nsAttrValue* GetParsedAttr(nsIAtom* aAttr) const { return mAttrsAndChildren.GetAttr(aAttr);