mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
Merging whitespace changes/renames/cleanup from TX_WALKER_BRANCH to ease merging, no functional changes. Bug 151002. r=sicking.
This commit is contained in:
parent
7a1a7ec1d4
commit
eefd02ebc2
@ -395,7 +395,8 @@ nsresult txXSLKey::testNode(Node* aNode,
|
||||
txNodeSet* res = NS_STATIC_CAST(txNodeSet*,
|
||||
NS_STATIC_CAST(txAExprResult*,
|
||||
exprResult));
|
||||
for (int i=0; i<res->size(); i++) {
|
||||
PRInt32 i;
|
||||
for (i = 0; i < res->size(); ++i) {
|
||||
val.Truncate();
|
||||
XMLDOMUtils::getNodeValue(res->get(i), val);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user