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);