| Index: Source/core/editing/Editor.cpp
|
| diff --git a/Source/core/editing/Editor.cpp b/Source/core/editing/Editor.cpp
|
| index 1e552562941ae37014ba04e47866d23922beffa4..e51da3110ee78ec625c28519f853882955a5107e 100644
|
| --- a/Source/core/editing/Editor.cpp
|
| +++ b/Source/core/editing/Editor.cpp
|
| @@ -39,7 +39,6 @@
|
| #include "core/css/StylePropertySet.h"
|
| #include "core/dom/AXObjectCache.h"
|
| #include "core/dom/DocumentFragment.h"
|
| -#include "core/dom/DocumentMarkerController.h"
|
| #include "core/dom/NodeTraversal.h"
|
| #include "core/dom/ParserContentPolicy.h"
|
| #include "core/dom/Text.h"
|
| @@ -59,6 +58,7 @@
|
| #include "core/editing/UndoStack.h"
|
| #include "core/editing/VisibleUnits.h"
|
| #include "core/editing/iterators/SearchBuffer.h"
|
| +#include "core/editing/markers/DocumentMarkerController.h"
|
| #include "core/events/ClipboardEvent.h"
|
| #include "core/events/KeyboardEvent.h"
|
| #include "core/events/ScopedEventQueue.h"
|
|
|