| Index: Source/core/dom/shadow/ComposedShadowTreeWalker.cpp
|
| diff --git a/Source/core/dom/shadow/ComposedShadowTreeWalker.cpp b/Source/core/dom/shadow/ComposedShadowTreeWalker.cpp
|
| index 1c4f81fbd3b4f0acefe2aae6a301ef4e5ae12210..e647b3341ccc7c0d41480ad9d11b8f325557d178 100644
|
| --- a/Source/core/dom/shadow/ComposedShadowTreeWalker.cpp
|
| +++ b/Source/core/dom/shadow/ComposedShadowTreeWalker.cpp
|
| @@ -29,12 +29,9 @@
|
| #include "core/dom/shadow/ComposedShadowTreeWalker.h"
|
|
|
| #include "core/dom/Element.h"
|
| -#include "core/dom/PseudoElement.h"
|
| #include "core/dom/shadow/ContentDistributor.h"
|
| #include "core/dom/shadow/ElementShadow.h"
|
| #include "core/dom/shadow/InsertionPoint.h"
|
| -#include "core/html/shadow/HTMLContentElement.h"
|
| -#include "core/html/shadow/HTMLShadowElement.h"
|
|
|
| namespace WebCore {
|
|
|
|
|