diff options
Diffstat (limited to 'WebCore/bindings/v8/custom/V8SVGPathSegCustom.cpp')
-rw-r--r-- | WebCore/bindings/v8/custom/V8SVGPathSegCustom.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/bindings/v8/custom/V8SVGPathSegCustom.cpp b/WebCore/bindings/v8/custom/V8SVGPathSegCustom.cpp index a96d55e..5544f83 100644 --- a/WebCore/bindings/v8/custom/V8SVGPathSegCustom.cpp +++ b/WebCore/bindings/v8/custom/V8SVGPathSegCustom.cpp @@ -29,6 +29,8 @@ */ #include "config.h" + +#if ENABLE(SVG) #include "V8SVGPathSeg.h" #include "V8DOMWindow.h" @@ -104,3 +106,5 @@ v8::Handle<v8::Value> toV8(SVGPathSeg* impl) } } // namespace WebCore + +#endif |