| Index: Source/core/rendering/svg/RenderSVGInlineText.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGInlineText.h b/Source/core/rendering/svg/RenderSVGInlineText.h
|
| index 17b04906f32af1e18dab285992fbec64c88ff898..aa0af6c37b3676c5db503ebb4daf4fb789a75615 100644
|
| --- a/Source/core/rendering/svg/RenderSVGInlineText.h
|
| +++ b/Source/core/rendering/svg/RenderSVGInlineText.h
|
| @@ -24,8 +24,8 @@
|
|
|
| #if ENABLE(SVG)
|
| #include "RenderText.h"
|
| -#include "SVGTextLayoutAttributes.h"
|
| #include "core/platform/graphics/Font.h"
|
| +#include "core/rendering/svg/SVGTextLayoutAttributes.h"
|
|
|
| namespace WebCore {
|
|
|
|
|