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

Unified Diff: third_party/WebKit/Source/core/dom/NodeIterator.cpp

Issue 2840163002: DOM: NodeIterator.filter and TreeWalker.filter should return values which were specified to createN… (Closed)
Patch Set: Move ToV8() to ToV8ForCore.h, etc. Created 3 years, 8 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
Index: third_party/WebKit/Source/core/dom/NodeIterator.cpp
diff --git a/third_party/WebKit/Source/core/dom/NodeIterator.cpp b/third_party/WebKit/Source/core/dom/NodeIterator.cpp
index 45ee8ed271386da59b5097dfbbf51f481b9feb23..f74a75bd561c352928568be5488c1c188cc4e467 100644
--- a/third_party/WebKit/Source/core/dom/NodeIterator.cpp
+++ b/third_party/WebKit/Source/core/dom/NodeIterator.cpp
@@ -64,7 +64,7 @@ bool NodeIterator::NodePointer::MoveToPrevious(Node* root) {
NodeIterator::NodeIterator(Node* root_node,
unsigned what_to_show,
- NodeFilter* filter)
+ V8NodeFilterCondition* filter)
: NodeIteratorBase(this, root_node, what_to_show, filter),
reference_node_(root(), true) {
// If NodeIterator target is Attr node, don't subscribe for nodeWillBeRemoved,
« no previous file with comments | « third_party/WebKit/Source/core/dom/NodeIterator.h ('k') | third_party/WebKit/Source/core/dom/NodeIteratorBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698