| Index: Source/core/dom/NodeIterator.h
|
| diff --git a/Source/core/dom/NodeIterator.h b/Source/core/dom/NodeIterator.h
|
| index fcbe77b96d161baf67d9ef400da30348ab0eeb1d..1f06a57c3e4726af5edf85404d044cb9e3adb133 100644
|
| --- a/Source/core/dom/NodeIterator.h
|
| +++ b/Source/core/dom/NodeIterator.h
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "bindings/v8/ScriptWrappable.h"
|
| #include "core/dom/NodeFilter.h"
|
| -#include "core/dom/NodeIteratorBase.h"
|
| +#include "core/dom/Traversal.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
|
|
| @@ -35,7 +35,7 @@
|
|
|
| class ExceptionState;
|
|
|
| -class NodeIterator : public ScriptWrappable, public RefCounted<NodeIterator>, public NodeIteratorBase {
|
| +class NodeIterator : public ScriptWrappable, public RefCounted<NodeIterator>, public Traversal {
|
| public:
|
| static PassRefPtr<NodeIterator> create(PassRefPtr<Node> rootNode, unsigned whatToShow, PassRefPtr<NodeFilter> filter)
|
| {
|
|
|