| Index: Source/core/svg/SVGFontData.cpp
|
| diff --git a/Source/core/svg/SVGFontData.cpp b/Source/core/svg/SVGFontData.cpp
|
| index 5cccaf521eded82cb7a0bc5f2a4cdd969cf5f9c3..67c12df7dc06699f77db1a470b11a591342d826b 100644
|
| --- a/Source/core/svg/SVGFontData.cpp
|
| +++ b/Source/core/svg/SVGFontData.cpp
|
| @@ -26,11 +26,11 @@
|
| #include "SVGAltGlyphElement.h"
|
| #include "SVGFontElement.h"
|
| #include "SVGNames.h"
|
| -#include "SVGTextRunRenderingContext.h"
|
| #include "XMLNames.h"
|
| #include "core/platform/graphics/SVGGlyph.h"
|
| #include "core/platform/graphics/TextRun.h"
|
| #include "core/platform/graphics/WidthIterator.h"
|
| +#include "core/rendering/svg/SVGTextRunRenderingContext.h"
|
| #include <wtf/text/StringBuilder.h>
|
| #include <wtf/unicode/CharacterNames.h>
|
| #include <wtf/unicode/Unicode.h>
|
|
|