diff options
Diffstat (limited to 'WebCore/bindings/v8/custom/V8SVGElementCustom.cpp')
-rw-r--r-- | WebCore/bindings/v8/custom/V8SVGElementCustom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bindings/v8/custom/V8SVGElementCustom.cpp b/WebCore/bindings/v8/custom/V8SVGElementCustom.cpp index 0ce48ce..7ad5f41 100644 --- a/WebCore/bindings/v8/custom/V8SVGElementCustom.cpp +++ b/WebCore/bindings/v8/custom/V8SVGElementCustom.cpp @@ -29,10 +29,10 @@ */ #include "config.h" -#include "V8SVGElement.h" #if ENABLE(SVG) +#include "V8SVGElement.h" #include "V8SVGElementWrapperFactory.h" namespace WebCore { |