Title: [92309] trunk/Source/WebCore
Revision
92309
Author
je...@apple.com
Date
2011-08-03 13:52:32 -0700 (Wed, 03 Aug 2011)

Log Message

Fix Chromimum and Qt builds after r92308.

* config.h: Don't try to include WebCoreHeaderDetection.h for Chromimum and Qt.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (92308 => 92309)


--- trunk/Source/WebCore/ChangeLog	2011-08-03 20:15:53 UTC (rev 92308)
+++ trunk/Source/WebCore/ChangeLog	2011-08-03 20:52:32 UTC (rev 92309)
@@ -1,5 +1,11 @@
 2011-08-03  Jeff Miller  <je...@apple.com>
 
+        Fix Chromimum and Qt builds after r92308.
+
+        * config.h: Don't try to include WebCoreHeaderDetection.h for Chromimum and Qt.
+
+2011-08-03  Jeff Miller  <je...@apple.com>
+
         Generate WebCoreHeaderDetection.h on Windows to define HAVE_AVCF
         https://bugs.webkit.org/show_bug.cgi?id=65634
         

Modified: trunk/Source/WebCore/config.h (92308 => 92309)


--- trunk/Source/WebCore/config.h	2011-08-03 20:15:53 UTC (rev 92308)
+++ trunk/Source/WebCore/config.h	2011-08-03 20:52:32 UTC (rev 92309)
@@ -29,7 +29,7 @@
 
 #include <wtf/Platform.h>
 
-#if OS(WINDOWS)
+#if OS(WINDOWS) && !PLATFORM(QT) && !PLATFORM(CHROMIUM)
 #include <WebCore/WebCoreHeaderDetection.h>
 #endif
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to