--HG--
extra : rebase_source : 5960b90841cfa37decfb48d61e904c97c9d4f91e
This commit is contained in:
Olli Pettay 2010-06-14 10:32:41 +03:00
Родитель 8264902122
Коммит 7631eb9d2d
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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