Index: Source/core/svg/SVGImageElement.h |
diff --git a/Source/core/svg/SVGImageElement.h b/Source/core/svg/SVGImageElement.h |
index a423b201adb0af005152869f1e3798b338a01e4c..c703b53dad69cd4e06ed6ad34a67fd8faf7c04d8 100644 |
--- a/Source/core/svg/SVGImageElement.h |
+++ b/Source/core/svg/SVGImageElement.h |
@@ -21,7 +21,6 @@ |
#ifndef SVGImageElement_h |
#define SVGImageElement_h |
-#if ENABLE(SVG) |
#include "core/svg/SVGAnimatedBoolean.h" |
#include "core/svg/SVGAnimatedLength.h" |
#include "core/svg/SVGAnimatedPreserveAspectRatio.h" |
@@ -87,5 +86,4 @@ private: |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif |