| Index: Source/core/editing/Editor.h
|
| diff --git a/Source/core/editing/Editor.h b/Source/core/editing/Editor.h
|
| index b91a61b51ee7e8e8611bc3bf41c89e4c7665d306..5961d21d05fc5ba005e7db2873397051146dab80 100644
|
| --- a/Source/core/editing/Editor.h
|
| +++ b/Source/core/editing/Editor.h
|
| @@ -28,7 +28,6 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/clipboard/DataTransferAccessPolicy.h"
|
| -#include "core/dom/DocumentMarker.h"
|
| #include "core/editing/EditAction.h"
|
| #include "core/editing/EditingBehavior.h"
|
| #include "core/editing/EphemeralRange.h"
|
| @@ -37,6 +36,7 @@
|
| #include "core/editing/VisibleSelection.h"
|
| #include "core/editing/WritingDirection.h"
|
| #include "core/editing/iterators/TextIterator.h"
|
| +#include "core/editing/markers/DocumentMarker.h"
|
| #include "platform/PasteMode.h"
|
| #include "platform/heap/Handle.h"
|
|
|
|
|