Title: [271907] trunk/Source/WTF
Revision
271907
Author
[email protected]
Date
2021-01-26 14:23:07 -0800 (Tue, 26 Jan 2021)

Log Message

[macOS] Disable ENABLE_SET_WEBCONTENT_PROCESS_INFORMATION_IN_NETWORK_PROCESS
https://bugs.webkit.org/show_bug.cgi?id=221006

Unreviewed crash fix.

Enabling this is causing a crash. Disable while investigating.


* wtf/PlatformEnableCocoa.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (271906 => 271907)


--- trunk/Source/WTF/ChangeLog	2021-01-26 22:20:09 UTC (rev 271906)
+++ trunk/Source/WTF/ChangeLog	2021-01-26 22:23:07 UTC (rev 271907)
@@ -1,3 +1,14 @@
+2021-01-26  Per Arne  <[email protected]>
+
+        [macOS] Disable ENABLE_SET_WEBCONTENT_PROCESS_INFORMATION_IN_NETWORK_PROCESS
+        https://bugs.webkit.org/show_bug.cgi?id=221006
+
+        Unreviewed crash fix.
+
+        Enabling this is causing a crash. Disable while investigating.
+
+        * wtf/PlatformEnableCocoa.h:
+
 2021-01-26  Alex Christensen  <[email protected]>
 
         Forbid '|' in URL hosts

Modified: trunk/Source/WTF/wtf/PlatformEnableCocoa.h (271906 => 271907)


--- trunk/Source/WTF/wtf/PlatformEnableCocoa.h	2021-01-26 22:20:09 UTC (rev 271906)
+++ trunk/Source/WTF/wtf/PlatformEnableCocoa.h	2021-01-26 22:23:07 UTC (rev 271907)
@@ -630,7 +630,7 @@
 #define ENABLE_VORBIS 1
 #endif
 
-#if !defined(ENABLE_SET_WEBCONTENT_PROCESS_INFORMATION_IN_NETWORK_PROCESS) && PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000
+#if !defined(ENABLE_SET_WEBCONTENT_PROCESS_INFORMATION_IN_NETWORK_PROCESS) && PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED > 120000
 #define ENABLE_SET_WEBCONTENT_PROCESS_INFORMATION_IN_NETWORK_PROCESS 1
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to