Title: [282935] branches/safari-612-branch/Source/WebKit
Revision
282935
Author
repst...@apple.com
Date
2021-09-22 22:13:58 -0700 (Wed, 22 Sep 2021)

Log Message

Cherry-pick r282114. rdar://problem/83429649

    Fix incorrect preprocess guard in WebContent sandbox
    https://bugs.webkit.org/show_bug.cgi?id=230025
    <rdar://82721734>

    Reviewed by Brent Fulgham.

    Fix incorrect macOS version guard.

    * WebProcess/com.apple.WebProcess.sb.in:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@282114 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-612-branch/Source/WebKit/ChangeLog (282934 => 282935)


--- branches/safari-612-branch/Source/WebKit/ChangeLog	2021-09-23 05:13:56 UTC (rev 282934)
+++ branches/safari-612-branch/Source/WebKit/ChangeLog	2021-09-23 05:13:58 UTC (rev 282935)
@@ -1,5 +1,34 @@
 2021-09-22  Alan Coon  <alanc...@apple.com>
 
+        Cherry-pick r282114. rdar://problem/83429649
+
+    Fix incorrect preprocess guard in WebContent sandbox
+    https://bugs.webkit.org/show_bug.cgi?id=230025
+    <rdar://82721734>
+    
+    Reviewed by Brent Fulgham.
+    
+    Fix incorrect macOS version guard.
+    
+    * WebProcess/com.apple.WebProcess.sb.in:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@282114 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2021-09-07  Per Arne  <pvol...@apple.com>
+
+            Fix incorrect preprocess guard in WebContent sandbox
+            https://bugs.webkit.org/show_bug.cgi?id=230025
+            <rdar://82721734>
+
+            Reviewed by Brent Fulgham.
+
+            Fix incorrect macOS version guard.
+
+            * WebProcess/com.apple.WebProcess.sb.in:
+
+2021-09-22  Alan Coon  <alanc...@apple.com>
+
         Cherry-pick r282034. rdar://problem/83429808
 
     Safari’s Privacy Report window is completely blank

Modified: branches/safari-612-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (282934 => 282935)


--- branches/safari-612-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-09-23 05:13:56 UTC (rev 282934)
+++ branches/safari-612-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-09-23 05:13:58 UTC (rev 282935)
@@ -2035,7 +2035,7 @@
         (syscall-number SYS_kqueue_workloop_ctl) ;; <rdar://problem/50999499>
         (syscall-number SYS_faccessat) ;; <rdar://problem/56690456>
         (syscall-number SYS_fsetxattr) ;; <rdar://problem/56332491>
-#if __MAC_OS_X_VERSION_MIN_REQUIRED > 101500
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000
         (syscall-number SYS_ulock_wait2) ;; <rdar://problem/58743778>
 #endif
         (syscall-number SYS_fstat64_extended) ;; <rdar://problem/61310019>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to