Index: Source/bindings/v8/custom/V8SVGPathSegCustom.cpp |
diff --git a/Source/bindings/v8/custom/V8SVGPathSegCustom.cpp b/Source/bindings/v8/custom/V8SVGPathSegCustom.cpp |
index 4656dc084674b3999490fa0ff09b40b479b45429..eae32f732b9205f5c767fd6c6a2357aa8604b260 100644 |
--- a/Source/bindings/v8/custom/V8SVGPathSegCustom.cpp |
+++ b/Source/bindings/v8/custom/V8SVGPathSegCustom.cpp |
@@ -30,7 +30,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "V8SVGPathSeg.h" |
#include "V8DOMWindow.h" |
@@ -105,5 +104,3 @@ v8::Handle<v8::Object> wrap(SVGPathSeg* impl, v8::Handle<v8::Object> creationCon |
} |
} // namespace WebCore |
- |
-#endif |