Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1044)

Unified Diff: Source/core/xml/XPathResult.h

Issue 21735005: Use "int" instead of "long" for bindings where the WebIDL uses "long". (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/xml/XMLHttpRequest.cpp ('k') | Source/core/xml/XPathResult.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
« no previous file with comments | « Source/core/xml/XMLHttpRequest.cpp ('k') | Source/core/xml/XPathResult.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698