Index: Source/core/xml/XPathFunctions.cpp |
diff --git a/Source/core/xml/XPathFunctions.cpp b/Source/core/xml/XPathFunctions.cpp |
index b70da1fe627c34e313d0d453dea51e1737780614..c3a743355fcbf548815ed5eece9f4d5335ae5de9 100644 |
--- a/Source/core/xml/XPathFunctions.cpp |
+++ b/Source/core/xml/XPathFunctions.cpp |
@@ -300,7 +300,7 @@ void Function::setArguments(Vector<OwnPtr<Expression> >& args) |
setIsContextNodeSensitive(false); |
Vector<OwnPtr<Expression> >::iterator end = args.end(); |
- for (Vector<OwnPtr<Expression> >::iterator it = args.begin(); it != end; it++) |
+ for (Vector<OwnPtr<Expression> >::iterator it = args.begin(); it != end; ++it) |
addSubExpression(it->release()); |
} |