- quick attempt to fix the no-SVG build

        * platform/graphics/svg/SVGResource.cpp:
        * platform/graphics/svg/SVGResource.h:
        * platform/graphics/svg/SVGResourceClipper.cpp:
        * platform/graphics/svg/SVGResourceClipper.h:
        * platform/graphics/svg/SVGResourceImage.h:
        * platform/graphics/svg/SVGResourceMarker.cpp:
        * platform/graphics/svg/SVGResourceMarker.h:
        * platform/graphics/svg/SVGResourceMasker.cpp:
        * platform/graphics/svg/SVGResourceMasker.h:
        * platform/graphics/svg/cg/SVGResourceMaskerCg.h:
        * platform/graphics/svg/qt/SVGResourceClipperQt.cpp:
        * platform/graphics/svg/qt/SVGResourceImageQt.cpp:
        * platform/graphics/svg/qt/SVGResourceMaskerQt.cpp:
        Added #ifdef SVG_SUPPORT to these files.



git-svn-id: http://svn.webkit.org/repository/webkit/trunk@17609 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/platform/graphics/svg/SVGResourceImage.h b/WebCore/platform/graphics/svg/SVGResourceImage.h
index 59dd6c0..9ea9575 100644
--- a/WebCore/platform/graphics/svg/SVGResourceImage.h
+++ b/WebCore/platform/graphics/svg/SVGResourceImage.h
@@ -26,6 +26,8 @@
 #ifndef SVGResourceImage_H
 #define SVGResourceImage_H
 
+#ifdef SVG_SUPPORT
+
 #include "IntSize.h"
 #include "SVGResource.h"
 
@@ -65,4 +67,6 @@
 
 } // namespace WebCore
 
+#endif
+
 #endif // SVGResourceImage_H