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