summaryrefslogtreecommitdiff
path: root/Source/WebCore/rendering/svg/SVGTextLayoutAttributes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/rendering/svg/SVGTextLayoutAttributes.cpp')
-rw-r--r--Source/WebCore/rendering/svg/SVGTextLayoutAttributes.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/WebCore/rendering/svg/SVGTextLayoutAttributes.cpp b/Source/WebCore/rendering/svg/SVGTextLayoutAttributes.cpp
index 05d6cc332..6441272a4 100644
--- a/Source/WebCore/rendering/svg/SVGTextLayoutAttributes.cpp
+++ b/Source/WebCore/rendering/svg/SVGTextLayoutAttributes.cpp
@@ -18,8 +18,6 @@
*/
#include "config.h"
-
-#if ENABLE(SVG)
#include "SVGTextLayoutAttributes.h"
#include <stdio.h>
@@ -74,5 +72,3 @@ void SVGTextLayoutAttributes::dump() const
}
}
-
-#endif // ENABLE(SVG)