diff --git a/extensions/transformiix/source/xslt/functions/txKeyFunctionCall.cpp b/extensions/transformiix/source/xslt/functions/txKeyFunctionCall.cpp index b3da55d58ba..9a3a934ddc2 100644 --- a/extensions/transformiix/source/xslt/functions/txKeyFunctionCall.cpp +++ b/extensions/transformiix/source/xslt/functions/txKeyFunctionCall.cpp @@ -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; igetLength(); i++) { + for (PRUint32 i=0; igetLength(); i++) { testNode(attrs->item(i), aMap); } }