| Index: Source/core/dom/TreeScope.cpp
|
| diff --git a/Source/core/dom/TreeScope.cpp b/Source/core/dom/TreeScope.cpp
|
| index 821cd6ede346ab06555e03502c92233ff02f023a..f5894eff5aa2bf155a9367b3df5556f08b4411ef 100644
|
| --- a/Source/core/dom/TreeScope.cpp
|
| +++ b/Source/core/dom/TreeScope.cpp
|
| @@ -38,6 +38,7 @@
|
| #include "core/dom/TreeScopeAdopter.h"
|
| #include "core/dom/shadow/ElementShadow.h"
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| +#include "core/editing/DOMSelection.h"
|
| #include "core/events/EventPath.h"
|
| #include "core/frame/FrameView.h"
|
| #include "core/frame/LocalFrame.h"
|
| @@ -45,7 +46,6 @@
|
| #include "core/html/HTMLFrameOwnerElement.h"
|
| #include "core/html/HTMLLabelElement.h"
|
| #include "core/html/HTMLMapElement.h"
|
| -#include "core/page/DOMSelection.h"
|
| #include "core/page/FocusController.h"
|
| #include "core/page/Page.h"
|
| #include "core/rendering/HitTestResult.h"
|
|
|