+2011-05-05 Kevin Ollivier <kevino@theolliviers.com>
+
+ [wx] Unreviewed build fix. Add LocalizedDateNone.cpp to the build.
+
+ * wscript:
+
2011-05-05 Prasanth Ullattil <prasanth.ullattil@nokia.com>
Reviewed by Simon Hausmann.
+2011-05-05 Kevin Ollivier <kevino@theolliviers.com>
+
+ [wx] Unreviewed build fix. Include ApplicationServices for wx port.
+
+ * platform/graphics/GlyphBuffer.h:
+ * platform/graphics/mac/ComplexTextControllerCoreText.cpp:
+
2011-05-05 Dan Bernstein <mitz@apple.com>
Reviewed by Simon Fraser.
#include <wtf/UnusedParam.h>
#include <wtf/Vector.h>
-#if USE(CG) || (PLATFORM(WX) && OS(DARWIN)) || USE(SKIA_ON_MAC_CHROME)
+#if USE(CG) || USE(SKIA_ON_MAC_CHROME)
#include <CoreGraphics/CGGeometry.h>
#endif
+#if PLATFORM(WX) && OS(DARWIN)
+#include <ApplicationServices/ApplicationServices.h>
+#endif
+
#if USE(CAIRO) || (PLATFORM(WX) && defined(__WXGTK__))
#include <cairo.h>
#endif
#include "Font.h"
#include "TextRun.h"
#include "WebCoreSystemInterface.h"
+
+#if PLATFORM(WX)
+#include <ApplicationServices/ApplicationServices.h>
+#else
#include <CoreText/CoreText.h>
+#endif
#if defined(BUILDING_ON_LEOPARD)
// The following symbols are SPI in 10.5.
if Options.options.port == "wx":
webcore_sources['wx'] = [
'Source/WebCore/bindings/cpp/WebDOMEventTarget.cpp',
- 'Source/WebCore/platform/KillRingNone.cpp',
+ 'Source/WebCore/platform/KillRingNone.cpp',
+ 'Source/WebCore/platform/text/LocalizedDateNone.cpp',
'Source/WebCore/platform/text/LocalizedNumberNone.cpp'
]