Index: Source/core/dom/NodeIteratorBase.cpp |
diff --git a/Source/core/dom/NodeIteratorBase.cpp b/Source/core/dom/NodeIteratorBase.cpp |
index 0fc07a76c831df4672a925319df143200036c21e..fe1cd617442b7f605fa1cffa4193ba0f4a9091ac 100644 |
--- a/Source/core/dom/NodeIteratorBase.cpp |
+++ b/Source/core/dom/NodeIteratorBase.cpp |
@@ -40,7 +40,7 @@ NodeIteratorBase::NodeIteratorBase(PassRefPtrWillBeRawPtr<Node> rootNode, unsign |
{ |
} |
-short NodeIteratorBase::acceptNode(Node* node, ExceptionState& exceptionState) const |
+unsigned NodeIteratorBase::acceptNode(Node* node, ExceptionState& exceptionState) const |
{ |
// The bit twiddling here is done to map DOM node types, which are given as integers from |
// 1 through 14, to whatToShow bit masks. |