Reviewed by Eric.
Build fix for Mac Gtk+ and Qt builds. In revision 25798 changing
XSLTProcessor.cpp was forgotten.
* xml/XSLTProcessor.cpp: Use PLATFORM(MAC) instead of PLATFORM(DARWIN)
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@25806
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-09-29 Holger Hans Peter Freyther <zecke@selfish.org>
+
+ Reviewed by Eric.
+
+ Build fix for Mac Gtk+ and Qt builds. In revision 25798 changing
+ XSLTProcessor.cpp was forgotten.
+
+ * xml/XSLTProcessor.cpp: Use PLATFORM(MAC) instead of PLATFORM(DARWIN)
+
2007-09-29 Adam Roben <aroben@apple.com>
Fix <rdar://4965715> Horizontal scrollwheel scrolling moves in opposite direction on Vista
#include <wtf/Assertions.h>
#include <wtf/Platform.h>
#include <wtf/Vector.h>
-#if PLATFORM(DARWIN)
+#if PLATFORM(MAC)
#include "SoftLinking.h"
#endif
-#if PLATFORM(DARWIN)
+#if PLATFORM(MAC)
SOFT_LINK_LIBRARY(libxslt);
SOFT_LINK(libxslt, xsltFreeStylesheet, void, (xsltStylesheetPtr sheet), (sheet))
SOFT_LINK(libxslt, xsltFreeTransformContext, void, (xsltTransformContextPtr ctxt), (ctxt))