зеркало из https://github.com/mozilla/gecko-dev.git
Bug 96478. Change the use of getAttributeNode and getAttribute to getAttr
r=peterv sr=jst a=asa
This commit is contained in:
Родитель
a56edb1b0c
Коммит
72cbe9dea6
|
@ -80,7 +80,7 @@ MBool txNodeSorter::addSortElement(Element* aSortElement,
|
|||
String attrValue;
|
||||
|
||||
// Select
|
||||
if (aSortElement->getAttributeNode(SELECT_ATTR))
|
||||
if (aSortElement->hasAttr(txXSLTAtoms::select, kNameSpaceID_None))
|
||||
key->mExpr = mPs->getExpr(aSortElement, ProcessorState::SelectAttr);
|
||||
else {
|
||||
if (!mDefaultExpr) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче