Index: Source/bindings/v8/custom/V8SVGElementCustom.cpp |
diff --git a/Source/bindings/v8/custom/V8SVGElementCustom.cpp b/Source/bindings/v8/custom/V8SVGElementCustom.cpp |
index d5d1824fcc3393662c9565887ff5f802767a74ee..c1d12a19d9142289dd90417919a3a9a4558113fa 100644 |
--- a/Source/bindings/v8/custom/V8SVGElementCustom.cpp |
+++ b/Source/bindings/v8/custom/V8SVGElementCustom.cpp |
@@ -30,8 +30,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
- |
#include "V8SVGElement.h" |
#include "V8SVGElementWrapperFactory.h" |
@@ -44,5 +42,3 @@ v8::Handle<v8::Object> wrap(SVGElement* impl, v8::Handle<v8::Object> creationCon |
} |
} // namespace WebCore |
- |
-#endif // ENABLE(SVG) |