Title: [174186] trunk/Source/WTF
Revision
174186
Author
dba...@webkit.org
Date
2014-10-01 16:17:59 -0700 (Wed, 01 Oct 2014)

Log Message

Another attempt to fix the Mac build after <https://trac.webkit.org/changeset/174180>
(https://bugs.webkit.org/show_bug.cgi?id=137277)

Include header AvailabilityMacros.h instead of Availability.h, which actually defines the
macro __MAC_OS_X_VERSION_MIN_REQUIRED.

* wtf/spi/darwin/XPCSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (174185 => 174186)


--- trunk/Source/WTF/ChangeLog	2014-10-01 23:05:54 UTC (rev 174185)
+++ trunk/Source/WTF/ChangeLog	2014-10-01 23:17:59 UTC (rev 174186)
@@ -1,5 +1,15 @@
 2014-10-01  Daniel Bates  <daba...@apple.com>
 
+        Another attempt to fix the Mac build after <https://trac.webkit.org/changeset/174180>
+        (https://bugs.webkit.org/show_bug.cgi?id=137277)
+
+        Include header AvailabilityMacros.h instead of Availability.h, which actually defines the
+        macro __MAC_OS_X_VERSION_MIN_REQUIRED.
+
+        * wtf/spi/darwin/XPCSPI.h:
+
+2014-10-01  Daniel Bates  <daba...@apple.com>
+
         Attempt to fix the build after <https://trac.webkit.org/changeset/174180>
         (https://bugs.webkit.org/show_bug.cgi?id=137277)
 

Modified: trunk/Source/WTF/wtf/spi/darwin/XPCSPI.h (174185 => 174186)


--- trunk/Source/WTF/wtf/spi/darwin/XPCSPI.h	2014-10-01 23:05:54 UTC (rev 174185)
+++ trunk/Source/WTF/wtf/spi/darwin/XPCSPI.h	2014-10-01 23:17:59 UTC (rev 174186)
@@ -26,7 +26,7 @@
 #ifndef XPCSPI_h
 #define XPCSPI_h
 
-#include <Availability.h>
+#include <AvailabilityMacros.h>
 #include <dispatch/dispatch.h>
 #include <os/object.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to