| Index: Source/core/html/shadow/ContentSelectorQuery.cpp
|
| diff --git a/Source/core/html/shadow/ContentSelectorQuery.cpp b/Source/core/html/shadow/ContentSelectorQuery.cpp
|
| index 714ab214be55bddb75b9ed864bdd5791a1c6031d..cc9f2e86387e48bcb35d655382830b0f7cb19598 100644
|
| --- a/Source/core/html/shadow/ContentSelectorQuery.cpp
|
| +++ b/Source/core/html/shadow/ContentSelectorQuery.cpp
|
| @@ -28,10 +28,10 @@
|
| #include "ContentSelectorQuery.h"
|
|
|
| #include "InsertionPoint.h"
|
| -#include "ShadowRoot.h"
|
| #include "core/css/CSSSelectorList.h"
|
| #include "core/css/SelectorChecker.h"
|
| #include "core/css/SiblingTraversalStrategies.h"
|
| +#include "core/dom/ShadowRoot.h"
|
|
|
| namespace WebCore {
|
|
|
|
|