| Index: Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| diff --git a/Source/core/layout/svg/line/SVGInlineTextBox.cpp b/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| index 6efabf9ad885cd20b6fb6e61dcc8c19b245a5236..280455716b011041dc121242bb50910af3434080 100644
|
| --- a/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| +++ b/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| @@ -22,9 +22,9 @@
|
| #include "config.h"
|
| #include "core/layout/svg/line/SVGInlineTextBox.h"
|
|
|
| -#include "core/dom/DocumentMarkerController.h"
|
| -#include "core/dom/RenderedDocumentMarker.h"
|
| #include "core/editing/Editor.h"
|
| +#include "core/editing/markers/DocumentMarkerController.h"
|
| +#include "core/editing/markers/RenderedDocumentMarker.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/layout/HitTestResult.h"
|
| #include "core/layout/LayoutInline.h"
|
|
|