Title: [150432] trunk/Source/WebKit2
- Revision
- 150432
- Author
- [email protected]
- Date
- 2013-05-21 02:04:46 -0700 (Tue, 21 May 2013)
Log Message
[Qt][WK2] Fix Mountain Lion builds after r150277.
https://bugs.webkit.org/show_bug.cgi?id=116467
Reviewed by Jocelyn Turcotte.
* Shared/API/c/WKBase.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (150431 => 150432)
--- trunk/Source/WebKit2/ChangeLog 2013-05-21 08:43:57 UTC (rev 150431)
+++ trunk/Source/WebKit2/ChangeLog 2013-05-21 09:04:46 UTC (rev 150432)
@@ -1,3 +1,12 @@
+2013-05-21 Michael BrĂ¼ning <[email protected]>
+
+ [Qt][WK2] Fix Mountain Lion builds after r150277.
+ https://bugs.webkit.org/show_bug.cgi?id=116467
+
+ Reviewed by Jocelyn Turcotte.
+
+ * Shared/API/c/WKBase.h:
+
2013-05-20 Lucas Forschler <[email protected]>
Rollout r150398.
Modified: trunk/Source/WebKit2/Shared/API/c/WKBase.h (150431 => 150432)
--- trunk/Source/WebKit2/Shared/API/c/WKBase.h 2013-05-21 08:43:57 UTC (rev 150431)
+++ trunk/Source/WebKit2/Shared/API/c/WKBase.h 2013-05-21 09:04:46 UTC (rev 150432)
@@ -41,7 +41,7 @@
#include <WebKit2/WKBaseEfl.h>
#endif
-#if defined(__APPLE__)
+#if defined(__APPLE__) && !defined(BUILDING_QT__)
#include <WebKit2/WKBaseMac.h>
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes