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:
@@ -79,7 +79,7 @@ StringFunctionCall::StringFunctionCall(StringFunctions aType) : mType(aType)
|
||||
**/
|
||||
ExprResult* StringFunctionCall::evaluate(txIEvalContext* aContext)
|
||||
{
|
||||
ListIterator iter(¶ms);
|
||||
txListIterator iter(¶ms);
|
||||
switch (mType) {
|
||||
case CONCAT:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user