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