| Index: Source/core/xml/XPathResult.h
|
| diff --git a/Source/core/xml/XPathResult.h b/Source/core/xml/XPathResult.h
|
| index b074bb845d16124f47b8ff36e870e6f1db0611ff..bf8257e81b93401ac6260e30a982e2912bebca97 100644
|
| --- a/Source/core/xml/XPathResult.h
|
| +++ b/Source/core/xml/XPathResult.h
|
| @@ -75,9 +75,9 @@ public:
|
| Node* singleNodeValue(ExceptionState&) const;
|
|
|
| bool invalidIteratorState() const;
|
| - unsigned long snapshotLength(ExceptionState&) const;
|
| + unsigned snapshotLength(ExceptionState&) const;
|
| Node* iterateNext(ExceptionState&);
|
| - Node* snapshotItem(unsigned long index, ExceptionState&);
|
| + Node* snapshotItem(unsigned index, ExceptionState&);
|
|
|
| const XPath::Value& value() const { return m_value; }
|
|
|
|
|