зеркало из https://github.com/mozilla/pjs.git
Bustage fix. Checked in a too fresh version of txKeyFunctionCall.cpp. It's supposed to be UInt32 on the branch.
This commit is contained in:
Родитель
bd72107c0b
Коммит
cda0597ecd
|
@ -189,7 +189,7 @@ void txXSLKey::indexTree(Node* aNode, NamedMap* aMap)
|
|||
// check if the nodes attributes matches
|
||||
NamedNodeMap* attrs = aNode->getAttributes();
|
||||
if (attrs) {
|
||||
for (PRUint32 i=0; i<attrs->getLength(); i++) {
|
||||
for (UInt32 i=0; i<attrs->getLength(); i++) {
|
||||
testNode(attrs->item(i), aMap);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче