| Index: Source/core/editing/markers/DocumentMarker.cpp
|
| diff --git a/Source/core/dom/DocumentMarker.cpp b/Source/core/editing/markers/DocumentMarker.cpp
|
| similarity index 99%
|
| rename from Source/core/dom/DocumentMarker.cpp
|
| rename to Source/core/editing/markers/DocumentMarker.cpp
|
| index b832cb6f9cd3e597f49d6fc469e43626ae6a805d..90933b4a7a3094dd0f81d99e823266c5ff0c8a10 100644
|
| --- a/Source/core/dom/DocumentMarker.cpp
|
| +++ b/Source/core/editing/markers/DocumentMarker.cpp
|
| @@ -29,7 +29,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/dom/DocumentMarker.h"
|
| +#include "core/editing/markers/DocumentMarker.h"
|
|
|
| namespace blink {
|
|
|
|
|