| 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..f76f949af50d377106f7c62928ab40f6aaafeeb5 100644
|
| --- a/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| +++ b/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| @@ -22,8 +22,8 @@
|
| #include "config.h"
|
| #include "core/layout/svg/line/SVGInlineTextBox.h"
|
|
|
| -#include "core/dom/DocumentMarkerController.h"
|
| #include "core/dom/RenderedDocumentMarker.h"
|
| +#include "core/editing/DocumentMarkerController.h"
|
| #include "core/editing/Editor.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/layout/HitTestResult.h"
|
|
|