Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[macOS] Add required system call
https://bugs.webkit.org/show_bug.cgi?id=235155

Patch by Brandon Stewart <brandonstewart@apple.com> 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:


Canonical link: https://commits.webkit.org/245984@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@287955 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
stwrt authored and webkit-commit-queue committed Jan 12, 2022
1 parent 64834a8 commit 528b995
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Source/WebKit/ChangeLog
@@ -1,3 +1,14 @@
2022-01-12 Brandon Stewart <brandonstewart@apple.com>

[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 <wenson_hsieh@apple.com>

[macOS] [WK2] NSFontPanel UI (font color, text decorations, font shadow) doesn't update on selection change
Expand Down
1 change: 1 addition & 0 deletions Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
Expand Up @@ -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.
Expand Down

0 comments on commit 528b995

Please sign in to comment.