| Index: Source/core/editing/Editor.cpp
|
| diff --git a/Source/core/editing/Editor.cpp b/Source/core/editing/Editor.cpp
|
| index ea8b6575b9ebc5bb462ce2d5c2e9f4065e380654..caad07117cf1ae0c73e92cf4bf75b88027881265 100644
|
| --- a/Source/core/editing/Editor.cpp
|
| +++ b/Source/core/editing/Editor.cpp
|
| @@ -51,13 +51,13 @@
|
| #include "core/editing/RemoveFormatCommand.h"
|
| #include "core/editing/RenderedPosition.h"
|
| #include "core/editing/ReplaceSelectionCommand.h"
|
| -#include "core/editing/Serialization.h"
|
| #include "core/editing/SimplifyMarkupCommand.h"
|
| #include "core/editing/TypingCommand.h"
|
| #include "core/editing/UndoStack.h"
|
| #include "core/editing/VisibleUnits.h"
|
| #include "core/editing/iterators/SearchBuffer.h"
|
| #include "core/editing/markers/DocumentMarkerController.h"
|
| +#include "core/editing/serializers/Serialization.h"
|
| #include "core/editing/spellcheck/SpellChecker.h"
|
| #include "core/events/ClipboardEvent.h"
|
| #include "core/events/KeyboardEvent.h"
|
|
|