diff options
Diffstat (limited to 'WebCore/bindings/v8/custom/V8ElementCustom.cpp')
-rw-r--r-- | WebCore/bindings/v8/custom/V8ElementCustom.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/bindings/v8/custom/V8ElementCustom.cpp b/WebCore/bindings/v8/custom/V8ElementCustom.cpp index 86f134e..8256110 100644 --- a/WebCore/bindings/v8/custom/V8ElementCustom.cpp +++ b/WebCore/bindings/v8/custom/V8ElementCustom.cpp @@ -45,7 +45,10 @@ #include "V8BindingState.h" #include "V8HTMLElement.h" #include "V8Proxy.h" + +#if ENABLE(SVG) #include "V8SVGElement.h" +#endif #include <wtf/RefPtr.h> |