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

Unified Diff: Source/bindings/core/v8/V8NodeFilterCondition.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 | « no previous file | Source/bindings/core/v8/V8NodeFilterCondition.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/V8NodeFilterCondition.h
diff --git a/Source/bindings/core/v8/V8NodeFilterCondition.h b/Source/bindings/core/v8/V8NodeFilterCondition.h
index 88c6b42bc4f36821f5a4d162e19aaef099011b88..54d3de69012dd895485d4e5f3dd40b00610f9bfd 100644
--- a/Source/bindings/core/v8/V8NodeFilterCondition.h
+++ b/Source/bindings/core/v8/V8NodeFilterCondition.h
@@ -69,7 +69,7 @@ public:
virtual ~V8NodeFilterCondition();
- virtual short acceptNode(Node*, ExceptionState&) const override;
+ virtual unsigned acceptNode(Node*, ExceptionState&) const override;
private:
// As the value |filter| is maintained by V8GC, the |owner| which references
« no previous file with comments | « no previous file | Source/bindings/core/v8/V8NodeFilterCondition.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698