| Index: Source/core/svg/SVGTextPathElement.cpp
|
| diff --git a/Source/core/svg/SVGTextPathElement.cpp b/Source/core/svg/SVGTextPathElement.cpp
|
| index ba88c8abfb755f8255030560eb31b767f629ed5b..f2decf8ee0965d94bc40c3da34ea8723e0006a34 100644
|
| --- a/Source/core/svg/SVGTextPathElement.cpp
|
| +++ b/Source/core/svg/SVGTextPathElement.cpp
|
| @@ -19,12 +19,12 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "core/svg/SVGTextPathElement.h"
|
|
|
| #include "core/XLinkNames.h"
|
| #include "core/rendering/svg/RenderSVGResource.h"
|
| #include "core/rendering/svg/RenderSVGTextPath.h"
|
| +#include "core/svg/SVGDocumentExtensions.h"
|
|
|
| namespace blink {
|
|
|
|
|