Index: third_party/WebKit/Source/core/dom/NodeIteratorBase.cpp |
diff --git a/third_party/WebKit/Source/core/dom/NodeIteratorBase.cpp b/third_party/WebKit/Source/core/dom/NodeIteratorBase.cpp |
index 4acf5222fd902829a8cb45b58c7ec394b52cdda7..b2c338cd33dd3230720781f0eaf86a6384c469f6 100644 |
--- a/third_party/WebKit/Source/core/dom/NodeIteratorBase.cpp |
+++ b/third_party/WebKit/Source/core/dom/NodeIteratorBase.cpp |
@@ -25,6 +25,7 @@ |
#include "core/dom/NodeIteratorBase.h" |
#include "bindings/core/v8/ExceptionState.h" |
+#include "bindings/core/v8/V8NodeFilterCondition.h" |
#include "core/dom/Node.h" |
#include "core/dom/NodeFilter.h" |
@@ -33,7 +34,7 @@ namespace blink { |
NodeIteratorBase::NodeIteratorBase(void* child_this, |
Node* root_node, |
unsigned what_to_show, |
- NodeFilter* node_filter) |
+ V8NodeFilterCondition* node_filter) |
: root_(root_node), |
what_to_show_(what_to_show), |
filter_(child_this, node_filter) {} |