mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 571390, add a comment
--HG-- extra : rebase_source : 5960b90841cfa37decfb48d61e904c97c9d4f91e
This commit is contained in:
parent
9f27b8433c
commit
cf46ba1854
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user