From 41c1ac99f00c46b85785741f3374ded812782421 Mon Sep 17 00:00:00 2001 From: "sicking%bigfoot.com" Date: Wed, 2 Nov 2005 07:36:36 +0000 Subject: [PATCH] backing out, this should have gone in on the MOZILLA_0_9_2_BRANCH branch. Really sorry. --- content/xslt/src/xslt/txKeyFunctionCall.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/xslt/src/xslt/txKeyFunctionCall.cpp b/content/xslt/src/xslt/txKeyFunctionCall.cpp index b3da55d58ba3..9a3a934ddc23 100644 --- a/content/xslt/src/xslt/txKeyFunctionCall.cpp +++ b/content/xslt/src/xslt/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); } }