| Index: Source/core/dom/TreeScopeAdopter.cpp
|
| diff --git a/Source/core/dom/TreeScopeAdopter.cpp b/Source/core/dom/TreeScopeAdopter.cpp
|
| index cd36f11ad31fffca2c5a8adacede215b6b98640c..0c3387c52a815a76261bf897947c44dc9da48949 100644
|
| --- a/Source/core/dom/TreeScopeAdopter.cpp
|
| +++ b/Source/core/dom/TreeScopeAdopter.cpp
|
| @@ -27,12 +27,10 @@
|
|
|
| #include "core/dom/Attr.h"
|
| #include "core/dom/Document.h"
|
| -#include "core/dom/ElementRareData.h"
|
| #include "core/dom/NodeRareData.h"
|
| #include "core/dom/NodeTraversal.h"
|
| #include "core/dom/shadow/ElementShadow.h"
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| -#include "core/rendering/style/RenderStyle.h"
|
|
|
| namespace WebCore {
|
|
|
|
|