| Index: Source/core/editing/SpellChecker.cpp
|
| diff --git a/Source/core/editing/SpellChecker.cpp b/Source/core/editing/SpellChecker.cpp
|
| index d6e332553fbd6499d298fab573bfa4f0a71454e9..a4cdad7786f549c7a6ae0842154143086a5f220b 100644
|
| --- a/Source/core/editing/SpellChecker.cpp
|
| +++ b/Source/core/editing/SpellChecker.cpp
|
| @@ -29,7 +29,6 @@
|
|
|
| #include "core/HTMLNames.h"
|
| #include "core/dom/Document.h"
|
| -#include "core/dom/DocumentMarkerController.h"
|
| #include "core/dom/Element.h"
|
| #include "core/dom/NodeTraversal.h"
|
| #include "core/editing/EditingUtilities.h"
|
| @@ -39,6 +38,7 @@
|
| #include "core/editing/TextCheckingHelper.h"
|
| #include "core/editing/VisibleUnits.h"
|
| #include "core/editing/iterators/CharacterIterator.h"
|
| +#include "core/editing/markers/DocumentMarkerController.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/frame/Settings.h"
|
| #include "core/html/HTMLInputElement.h"
|
|
|