| Index: Source/core/rendering/InlineTextBox.cpp
|
| diff --git a/Source/core/rendering/InlineTextBox.cpp b/Source/core/rendering/InlineTextBox.cpp
|
| index ae5b24d7d083e9608b1cdb29d7a3f5922c235c87..61c1a2bdffb702c8b825f01f50fa8671f7a6efbd 100644
|
| --- a/Source/core/rendering/InlineTextBox.cpp
|
| +++ b/Source/core/rendering/InlineTextBox.cpp
|
| @@ -41,13 +41,13 @@
|
| #include "RenderRubyText.h"
|
| #include "RenderTheme.h"
|
| #include "RenderedDocumentMarker.h"
|
| -#include "SVGTextRunRenderingContext.h"
|
| #include "Settings.h"
|
| #include "Text.h"
|
| #include "WebCoreMemoryInstrumentation.h"
|
| #include "break_lines.h"
|
| #include "core/platform/graphics/FontCache.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| +#include "core/rendering/svg/SVGTextRunRenderingContext.h"
|
| #include <wtf/text/CString.h>
|
|
|
| using namespace std;
|
|
|