| Index: Source/core/editing/TextCheckingHelper.cpp
|
| diff --git a/Source/core/editing/TextCheckingHelper.cpp b/Source/core/editing/TextCheckingHelper.cpp
|
| index 63536b957ce05faebfe3f01a0ac4aa9990b67c42..601784d0c8db5f134126457b823094fae06f3bfe 100644
|
| --- a/Source/core/editing/TextCheckingHelper.cpp
|
| +++ b/Source/core/editing/TextCheckingHelper.cpp
|
| @@ -30,8 +30,8 @@
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
| #include "core/dom/Document.h"
|
| -#include "core/dom/DocumentMarkerController.h"
|
| #include "core/dom/Range.h"
|
| +#include "core/editing/DocumentMarkerController.h"
|
| #include "core/editing/VisiblePosition.h"
|
| #include "core/editing/VisibleUnits.h"
|
| #include "core/editing/iterators/CharacterIterator.h"
|
|
|