- fix a #if to be #ifdef
* platform/graphics/svg/cg/SVGResourceImageCg.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@17565
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-11-03 Maciej Stachowiak <mjs@apple.com>
+
+ No review, suggested by Mitz.
+
+ - fix a #if to be #ifdef
+
+ * platform/graphics/svg/cg/SVGResourceImageCg.cpp:
+
2006-11-03 Zack Rusin <zack@kde.org>
Reviewed and landed by Maciej.
#include "config.h"
-#if SVG_SUPPORT
+#ifdef SVG_SUPPORT
#include <ApplicationServices/ApplicationServices.h>
#include "SVGResourceImage.h"