| Index: Source/core/svg/SVGTextPathElement.h
|
| diff --git a/Source/core/svg/SVGTextPathElement.h b/Source/core/svg/SVGTextPathElement.h
|
| index 413b77012e4d2e87ef5342b470308fc26b91c4b6..8a4466e76da969330f78d6d90497c37a7565fa97 100644
|
| --- a/Source/core/svg/SVGTextPathElement.h
|
| +++ b/Source/core/svg/SVGTextPathElement.h
|
| @@ -20,7 +20,6 @@
|
| #ifndef SVGTextPathElement_h
|
| #define SVGTextPathElement_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGTextContentElement.h"
|
|
|
| #include "core/svg/SVGURIReference.h"
|
| @@ -143,5 +142,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif
|
|
|