backing out, this should have gone in on the MOZILLA_0_9_2_BRANCH branch. Really sorry.

This commit is contained in:
sicking%bigfoot.com 2001-06-27 16:56:25 +00:00
Родитель cda0597ecd
Коммит dc0d99b03a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -189,7 +189,7 @@ void txXSLKey::indexTree(Node* aNode, NamedMap* aMap)
// check if the nodes attributes matches // check if the nodes attributes matches
NamedNodeMap* attrs = aNode->getAttributes(); NamedNodeMap* attrs = aNode->getAttributes();
if (attrs) { if (attrs) {
for (UInt32 i=0; i<attrs->getLength(); i++) { for (PRUint32 i=0; i<attrs->getLength(); i++) {
testNode(attrs->item(i), aMap); testNode(attrs->item(i), aMap);
} }
} }