Index: Source/bindings/v8/custom/V8SVGLengthCustom.cpp |
diff --git a/Source/bindings/v8/custom/V8SVGLengthCustom.cpp b/Source/bindings/v8/custom/V8SVGLengthCustom.cpp |
index b9d70478194ebeaf1ed13b6f0bfb64c9ab353247..412d4cf67793066adc5ab80f714084f1da56039f 100644 |
--- a/Source/bindings/v8/custom/V8SVGLengthCustom.cpp |
+++ b/Source/bindings/v8/custom/V8SVGLengthCustom.cpp |
@@ -30,7 +30,6 @@ |
#include <config.h> |
-#if ENABLE(SVG) |
#include "V8SVGLength.h" |
#include "bindings/v8/V8Binding.h" |
@@ -97,5 +96,3 @@ v8::Handle<v8::Value> V8SVGLength::convertToSpecifiedUnitsMethodCustom(const v8: |
} |
} // namespace WebCore |
- |
-#endif |