| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index de0bea461a3b2597667fba37486ef2ce82c92da7..4d2a1a639715e2c1e85aa0dec808492f5593b0bb 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -27,13 +27,13 @@
|
|
|
| #include "bindings/v8/ExceptionStatePlaceholder.h"
|
| #include "bindings/v8/ScriptWrappable.h"
|
| -#include "core/events/EventTarget.h"
|
| #include "core/dom/MutationObserver.h"
|
| #include "core/dom/SimulatedClickOptions.h"
|
| #include "core/dom/TreeScope.h"
|
| +#include "core/dom/TreeShared.h"
|
| #include "core/editing/EditingBoundary.h"
|
| +#include "core/events/EventTarget.h"
|
| #include "core/inspector/InspectorCounters.h"
|
| -#include "core/platform/TreeShared.h"
|
| #include "core/rendering/style/RenderStyleConstants.h"
|
| #include "platform/geometry/LayoutRect.h"
|
| #include "weborigin/KURLHash.h"
|
|
|