| Index: Source/core/svg/SVGTextPathElement.cpp
|
| diff --git a/Source/core/svg/SVGTextPathElement.cpp b/Source/core/svg/SVGTextPathElement.cpp
|
| index df8f4af61659bb41dfd45154b3e374b8cf5441a2..9bb0285a8811da011c29a85ff548e9e874be7ace 100644
|
| --- a/Source/core/svg/SVGTextPathElement.cpp
|
| +++ b/Source/core/svg/SVGTextPathElement.cpp
|
| @@ -25,10 +25,10 @@
|
|
|
| #include "Attribute.h"
|
| #include "NodeRenderingContext.h"
|
| -#include "RenderSVGResource.h"
|
| -#include "RenderSVGTextPath.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGNames.h"
|
| +#include "core/rendering/svg/RenderSVGResource.h"
|
| +#include "core/rendering/svg/RenderSVGTextPath.h"
|
|
|
| namespace WebCore {
|
|
|
|
|