| Index: Source/core/dom/shadow/ComposedTreeTraversal.h
|
| diff --git a/Source/core/dom/shadow/ComposedTreeTraversal.h b/Source/core/dom/shadow/ComposedTreeTraversal.h
|
| index 07eb955b17af2a9d269e552a7d0c500c7b1ccb2e..59639491ef68ad4fb9d70f0b31cec314f5e5710e 100644
|
| --- a/Source/core/dom/shadow/ComposedTreeTraversal.h
|
| +++ b/Source/core/dom/shadow/ComposedTreeTraversal.h
|
| @@ -29,7 +29,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/dom/Document.h"
|
| -#include "core/dom/NodeRenderingTraversal.h"
|
| +#include "core/dom/LayoutTreeBuilderTraversal.h"
|
| #include "core/dom/shadow/InsertionPoint.h"
|
| #include "core/dom/shadow/ShadowRoot.h"
|
|
|
| @@ -50,7 +50,7 @@ class Node;
|
| // https://bugs.webkit.org/show_bug.cgi?id=82702
|
| class CORE_EXPORT ComposedTreeTraversal {
|
| public:
|
| - typedef NodeRenderingTraversal::ParentDetails ParentTraversalDetails;
|
| + typedef LayoutTreeBuilderTraversal::ParentDetails ParentTraversalDetails;
|
|
|
| static Node* next(const Node&);
|
| static Node* next(const Node&, const Node* stayWithin);
|
|
|