| Index: Source/core/editing/SplitTextNodeCommand.cpp
|
| diff --git a/Source/core/editing/SplitTextNodeCommand.cpp b/Source/core/editing/SplitTextNodeCommand.cpp
|
| index b14b958dced50280cfe8784ba582bad2ca254415..0d1c4b7c327b09cac43cad665dcbd38bbbd5019b 100644
|
| --- a/Source/core/editing/SplitTextNodeCommand.cpp
|
| +++ b/Source/core/editing/SplitTextNodeCommand.cpp
|
| @@ -29,8 +29,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/Text.h"
|
| +#include "core/editing/markers/DocumentMarkerController.h"
|
| #include "wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|