| Index: Source/core/svg/SVGTextElement.cpp
|
| diff --git a/Source/core/svg/SVGTextElement.cpp b/Source/core/svg/SVGTextElement.cpp
|
| index 85abc6d141e5251645d452dfec505d885edc0ae5..61d0ca4fa64fd1e3d2c73ffc44e17c2e1a403836 100644
|
| --- a/Source/core/svg/SVGTextElement.cpp
|
| +++ b/Source/core/svg/SVGTextElement.cpp
|
| @@ -20,7 +20,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGTextElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -179,5 +178,3 @@ void SVGTextElement::svgAttributeChanged(const QualifiedName& attrName)
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|