Title: [265759] trunk/Source/WTF
Revision
265759
Author
[email protected]
Date
2020-08-17 10:26:55 -0700 (Mon, 17 Aug 2020)

Log Message

Bump HAVE_NSURLSESSION_WEBSOCKET requirement to BigSur for MacOS
https://bugs.webkit.org/show_bug.cgi?id=215517

Reviewed by Alex Christensen.

Catalina NSURLSession WebSocket is missing some features we need.
Bump it to Big Sur.

* wtf/PlatformHave.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (265758 => 265759)


--- trunk/Source/WTF/ChangeLog	2020-08-17 17:07:32 UTC (rev 265758)
+++ trunk/Source/WTF/ChangeLog	2020-08-17 17:26:55 UTC (rev 265759)
@@ -1,3 +1,15 @@
+2020-08-17  Youenn Fablet  <[email protected]>
+
+        Bump HAVE_NSURLSESSION_WEBSOCKET requirement to BigSur for MacOS
+        https://bugs.webkit.org/show_bug.cgi?id=215517
+
+        Reviewed by Alex Christensen.
+
+        Catalina NSURLSession WebSocket is missing some features we need.
+        Bump it to Big Sur.
+
+        * wtf/PlatformHave.h:
+
 2020-08-15  Yusuke Suzuki  <[email protected]>
 
         Use std::call_once + LazyNeverDestroyed to initialize complex data structures

Modified: trunk/Source/WTF/wtf/PlatformHave.h (265758 => 265759)


--- trunk/Source/WTF/wtf/PlatformHave.h	2020-08-17 17:07:32 UTC (rev 265758)
+++ trunk/Source/WTF/wtf/PlatformHave.h	2020-08-17 17:26:55 UTC (rev 265759)
@@ -486,7 +486,7 @@
 #define HAVE_DEVICE_MANAGEMENT 1
 #endif
 
-#if PLATFORM(COCOA) && !(PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED < 101500)
+#if PLATFORM(COCOA) && !(PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED < 110000)
 #define HAVE_NSURLSESSION_WEBSOCKET 1
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to