Title: [286431] trunk/Source/WTF
Revision
286431
Author
a...@apple.com
Date
2021-12-02 08:33:01 -0800 (Thu, 02 Dec 2021)

Log Message

macOS Monterey build fix after r286420 (suggested by Brady).

* wtf/PlatformHave.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (286430 => 286431)


--- trunk/Source/WTF/ChangeLog	2021-12-02 16:28:38 UTC (rev 286430)
+++ trunk/Source/WTF/ChangeLog	2021-12-02 16:33:01 UTC (rev 286431)
@@ -1,3 +1,9 @@
+2021-12-02  Alexey Proskuryakov  <a...@apple.com>
+
+        macOS Monterey build fix after r286420 (suggested by Brady).
+
+        * wtf/PlatformHave.h:
+
 2021-12-02  Brady Eidson  <beid...@apple.com>
 
         AVDelegatingPlaybackCoordinator error compiling on macOS 11

Modified: trunk/Source/WTF/wtf/PlatformHave.h (286430 => 286431)


--- trunk/Source/WTF/wtf/PlatformHave.h	2021-12-02 16:28:38 UTC (rev 286430)
+++ trunk/Source/WTF/wtf/PlatformHave.h	2021-12-02 16:33:01 UTC (rev 286431)
@@ -1099,6 +1099,6 @@
 #if PLATFORM(COCOA)
 #define HAVE_AV_DELEGATING_PLAYBACK_COORDINATOR 1
 #endif
-#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED <= 120000
+#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED < 120000
 #undef HAVE_AV_DELEGATING_PLAYBACK_COORDINATOR
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to