Index: Source/core/svg/SVGMatrix.h |
diff --git a/Source/core/svg/SVGMatrix.h b/Source/core/svg/SVGMatrix.h |
index 1637f5532b57b59465cee1f014065e2780389261..57deb4c8649afe40d26de188ae99fee7c47ef15e 100644 |
--- a/Source/core/svg/SVGMatrix.h |
+++ b/Source/core/svg/SVGMatrix.h |
@@ -20,7 +20,6 @@ |
#ifndef SVGMatrix_h |
#define SVGMatrix_h |
-#if ENABLE(SVG) |
#include "core/platform/graphics/transforms/AffineTransform.h" |
#include "core/svg/SVGException.h" |
@@ -128,5 +127,4 @@ public: |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif |