| Index: Source/core/xml/XPathFunctions.h
|
| diff --git a/Source/core/xml/XPathFunctions.h b/Source/core/xml/XPathFunctions.h
|
| index 1e2ee4de5bfc100bd61804439957ab04d7fd7db2..4799ffd127cf73a624e2589d0efc9bbff477483c 100644
|
| --- a/Source/core/xml/XPathFunctions.h
|
| +++ b/Source/core/xml/XPathFunctions.h
|
| @@ -40,7 +40,7 @@ namespace WebCore {
|
| protected:
|
| Expression* arg(int pos) { return subExpr(pos); }
|
| const Expression* arg(int pos) const { return subExpr(pos); }
|
| - unsigned int argCount() const { return subExprCount(); }
|
| + unsigned argCount() const { return subExprCount(); }
|
| String name() const { return m_name; }
|
|
|
| private:
|
|
|