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

Unified Diff: Source/core/dom/NodeFilter.h

Issue 1197723002: NodeFilter acceptNode return type changed to unsigned (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Change sign in the calls for NodeFIlter.acceptNode Created 5 years, 6 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/bindings/core/v8/V8NodeFilterCondition.cpp ('k') | Source/core/dom/NodeFilter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/NodeFilter.h
diff --git a/Source/core/dom/NodeFilter.h b/Source/core/dom/NodeFilter.h
index ddd2f2717aaa754ca67718969fc0b59b4ea7eac9..e33dbc080838d3c10abbd1e10d8b2ff6579280c8 100644
--- a/Source/core/dom/NodeFilter.h
+++ b/Source/core/dom/NodeFilter.h
@@ -77,7 +77,7 @@ public:
return adoptRefWillBeNoop(new NodeFilter());
}
- short acceptNode(Node*, ExceptionState&) const;
+ unsigned acceptNode(Node*, ExceptionState&) const;
void setCondition(PassRefPtrWillBeRawPtr<NodeFilterCondition> condition)
{
« no previous file with comments | « Source/bindings/core/v8/V8NodeFilterCondition.cpp ('k') | Source/core/dom/NodeFilter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698