| Index: Source/core/svg/SVGTSpanElement.cpp
|
| diff --git a/Source/core/svg/SVGTSpanElement.cpp b/Source/core/svg/SVGTSpanElement.cpp
|
| index b941b32f4a7bed021ef1a379d7626bd29d2cd7a9..3bbe6a7a1497d185242c2c2be1ed34a47de30c2d 100644
|
| --- a/Source/core/svg/SVGTSpanElement.cpp
|
| +++ b/Source/core/svg/SVGTSpanElement.cpp
|
| @@ -20,7 +20,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGTSpanElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -77,5 +76,3 @@ bool SVGTSpanElement::rendererIsNeeded(const NodeRenderingContext& context)
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|