зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1283620 - Add a namespaced overload of GetParsedAttr. r=mrbkap
This commit is contained in:
Родитель
906815cc56
Коммит
ae4b3ffee8
|
@ -957,6 +957,11 @@ public:
|
|||
return mAttrsAndChildren.GetAttr(aAttr);
|
||||
}
|
||||
|
||||
const nsAttrValue* GetParsedAttr(nsIAtom* aAttr, int32_t aNameSpaceID) const
|
||||
{
|
||||
return mAttrsAndChildren.GetAttr(aAttr, aNameSpaceID);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the attribute map, if there is one.
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче