| Index: Source/core/dom/ShadowRoot.cpp
|
| diff --git a/Source/core/dom/ShadowRoot.cpp b/Source/core/dom/ShadowRoot.cpp
|
| index 38cfb342f4465ad4854d8bfebf65beb7c34884db..65887ccfc37fc2f0f8fd78729fc2180bf03ef294 100644
|
| --- a/Source/core/dom/ShadowRoot.cpp
|
| +++ b/Source/core/dom/ShadowRoot.cpp
|
| @@ -30,8 +30,8 @@
|
| #include "ContentDistributor.h"
|
| #include "ElementShadow.h"
|
| #include "InsertionPoint.h"
|
| -#include "StyleResolver.h"
|
| #include "Text.h"
|
| +#include "core/css/StyleResolver.h"
|
| #include "core/editing/markup.h"
|
| #include "core/page/RuntimeEnabledFeatures.h"
|
| #include "core/platform/HistogramSupport.h"
|
|
|