Bug 88623: Remove the txList::iterator function and the ListIterator typedef
r=peterv sr=jst git-svn-id: svn://10.0.0.236/trunk@124134 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -77,7 +77,7 @@ NodeSetFunctionCall::NodeSetFunctionCall(NodeSetFunctions aType)
|
||||
* @return the result of the evaluation
|
||||
*/
|
||||
ExprResult* NodeSetFunctionCall::evaluate(txIEvalContext* aContext) {
|
||||
ListIterator iter(¶ms);
|
||||
txListIterator iter(¶ms);
|
||||
switch (mType) {
|
||||
case COUNT:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user