| Index: Source/core/svg/SVGAltGlyphElement.cpp
|
| diff --git a/Source/core/svg/SVGAltGlyphElement.cpp b/Source/core/svg/SVGAltGlyphElement.cpp
|
| index 49c384107d36d7e2781cd9817dc6ebef2d61aae4..225ae1541d49bfac75e6e4d9f4d87537a392b8da 100644
|
| --- a/Source/core/svg/SVGAltGlyphElement.cpp
|
| +++ b/Source/core/svg/SVGAltGlyphElement.cpp
|
| @@ -28,11 +28,11 @@
|
| #include "ExceptionCode.h"
|
| #include "NodeRenderingContext.h"
|
| #include "RenderInline.h"
|
| -#include "RenderSVGTSpan.h"
|
| #include "SVGAltGlyphDefElement.h"
|
| #include "SVGGlyphElement.h"
|
| #include "SVGNames.h"
|
| #include "XLinkNames.h"
|
| +#include "core/rendering/svg/RenderSVGTSpan.h"
|
|
|
| namespace WebCore {
|
|
|
|
|