Title: [248852] trunk/Source/WTF
Revision
248852
Author
pvol...@apple.com
Date
2019-08-19 08:46:01 -0700 (Mon, 19 Aug 2019)

Log Message

Unreviewed build fix for macOS 10.14 after r248832.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (248851 => 248852)


--- trunk/Source/WTF/ChangeLog	2019-08-19 09:41:01 UTC (rev 248851)
+++ trunk/Source/WTF/ChangeLog	2019-08-19 15:46:01 UTC (rev 248852)
@@ -1,3 +1,9 @@
+2019-08-19  Per Arne Vollan  <pvol...@apple.com>
+
+        Unreviewed build fix for macOS 10.14 after r248832.
+
+        * wtf/Platform.h:
+
 2019-08-19  Yusuke Suzuki  <ysuz...@apple.com>
 
         [WTF] Add makeUnique<T>, which ensures T is fast-allocated, actual static_assert part

Modified: trunk/Source/WTF/wtf/Platform.h (248851 => 248852)


--- trunk/Source/WTF/wtf/Platform.h	2019-08-19 09:41:01 UTC (rev 248851)
+++ trunk/Source/WTF/wtf/Platform.h	2019-08-19 15:46:01 UTC (rev 248852)
@@ -1534,7 +1534,7 @@
 #define HAVE_SANDBOX_ISSUE_MACH_EXTENSION_TO_PROCESS_BY_PID 1
 #endif
 
-#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101400)
+#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500)
 #define HAVE_SANDBOX_ISSUE_READ_EXTENSION_TO_PROCESS_BY_PID 1
 #endif
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to