| Index: Source/core/editing/SpellChecker.cpp
|
| diff --git a/Source/core/editing/SpellChecker.cpp b/Source/core/editing/SpellChecker.cpp
|
| index d6e332553fbd6499d298fab573bfa4f0a71454e9..2f9108dee66dfb8416ffd171dbf2753d546ec693 100644
|
| --- a/Source/core/editing/SpellChecker.cpp
|
| +++ b/Source/core/editing/SpellChecker.cpp
|
| @@ -29,9 +29,9 @@
|
|
|
| #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/DocumentMarkerController.h"
|
| #include "core/editing/EditingUtilities.h"
|
| #include "core/editing/Editor.h"
|
| #include "core/editing/EphemeralRange.h"
|
|
|