Title: [287955] trunk/Source/WebKit
Revision
287955
Author
[email protected]
Date
2022-01-12 15:17:09 -0800 (Wed, 12 Jan 2022)

Log Message

[macOS] Add required system call
https://bugs.webkit.org/show_bug.cgi?id=235155

Patch by Brandon Stewart <[email protected]> on 2022-01-12
Reviewed by Per Arne Vollan.

Add missing system call that is required by Core Graphics.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (287954 => 287955)


--- trunk/Source/WebKit/ChangeLog	2022-01-12 23:13:39 UTC (rev 287954)
+++ trunk/Source/WebKit/ChangeLog	2022-01-12 23:17:09 UTC (rev 287955)
@@ -1,3 +1,14 @@
+2022-01-12  Brandon Stewart  <[email protected]>
+
+        [macOS] Add required system call
+        https://bugs.webkit.org/show_bug.cgi?id=235155
+
+        Reviewed by Per Arne Vollan.
+
+        Add missing system call that is required by Core Graphics.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2022-01-12  Wenson Hsieh  <[email protected]>
 
         [macOS] [WK2] NSFontPanel UI (font color, text decorations, font shadow) doesn't update on selection change

Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (287954 => 287955)


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2022-01-12 23:13:39 UTC (rev 287954)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2022-01-12 23:17:09 UTC (rev 287955)
@@ -2004,6 +2004,7 @@
         SYS_chmod
         SYS_connect
         SYS_fchmod
+        SYS_fileport_makeport
         SYS_fsync
         SYS_getegid
         SYS_getpriority ;; rdar://81727094. Required for CoreAudio AudioOutputUnitStart call. Remove when GPU process is enabled by default.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to