зеркало из https://github.com/mozilla/gecko-dev.git
backing out, this should have gone in on the MOZILLA_0_9_2_BRANCH branch. Really sorry.
This commit is contained in:
Родитель
6c77fe796d
Коммит
02da25926f
|
@ -189,7 +189,7 @@ void txXSLKey::indexTree(Node* aNode, NamedMap* aMap)
|
|||
// check if the nodes attributes matches
|
||||
NamedNodeMap* attrs = aNode->getAttributes();
|
||||
if (attrs) {
|
||||
for (UInt32 i=0; i<attrs->getLength(); i++) {
|
||||
for (PRUint32 i=0; i<attrs->getLength(); i++) {
|
||||
testNode(attrs->item(i), aMap);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче