Diff
Modified: branches/safari-534.51-branch/Source/WebCore/ChangeLog (92507 => 92508)
--- branches/safari-534.51-branch/Source/WebCore/ChangeLog 2011-08-05 20:40:19 UTC (rev 92507)
+++ branches/safari-534.51-branch/Source/WebCore/ChangeLog 2011-08-05 20:47:14 UTC (rev 92508)
@@ -1,5 +1,15 @@
2011-08-05 Lucas Forschler <[email protected]>
+ Merged 92398.
+
+ 2011-08-04 Jeff Miller <[email protected]>
+
+ Fix WinCE build after r92308.
+
+ * config.h: Don't try to include WebCoreHeaderDetection.h for WinCE.
+
+2011-08-05 Lucas Forschler <[email protected]>
+
Merged 92309.
2011-08-03 Jeff Miller <[email protected]>
Modified: branches/safari-534.51-branch/Source/WebCore/config.h (92507 => 92508)
--- branches/safari-534.51-branch/Source/WebCore/config.h 2011-08-05 20:40:19 UTC (rev 92507)
+++ branches/safari-534.51-branch/Source/WebCore/config.h 2011-08-05 20:47:14 UTC (rev 92508)
@@ -29,7 +29,7 @@
#include <wtf/Platform.h>
-#if OS(WINDOWS) && !PLATFORM(QT) && !PLATFORM(CHROMIUM)
+#if OS(WINDOWS) && !OS(WINCE) && !PLATFORM(QT) && !PLATFORM(CHROMIUM)
#include <WebCore/WebCoreHeaderDetection.h>
#endif
_______________________________________________ webkit-changes mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes
