| Index: Source/core/svg/SVGTextContentElement.h
|
| diff --git a/Source/core/svg/SVGTextContentElement.h b/Source/core/svg/SVGTextContentElement.h
|
| index a14c3cc163799cb9be416c31eedc57651ad9ecec..1bd62b2107ab2f9f26b2e13b902d780e093eb3e8 100644
|
| --- a/Source/core/svg/SVGTextContentElement.h
|
| +++ b/Source/core/svg/SVGTextContentElement.h
|
| @@ -21,7 +21,6 @@
|
| #ifndef SVGTextContentElement_h
|
| #define SVGTextContentElement_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGAnimatedBoolean.h"
|
| #include "core/svg/SVGAnimatedEnumeration.h"
|
| #include "core/svg/SVGAnimatedLength.h"
|
| @@ -138,5 +137,4 @@ inline SVGTextContentElement* toSVGTextContentElement(SVGElement* element)
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif
|
|
|