Changeset 283289 in webkit
- Timestamp:
- Sep 29, 2021, 5:55:27 PM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebProcess/com.apple.WebProcess.sb.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r283284 r283289 1 2021-09-29 Per Arne Vollan <pvollan@apple.com> 2 3 [macOS] Allow audio service in the WebContent process on older versions 4 https://bugs.webkit.org/show_bug.cgi?id=230974 5 <rdar://82445437> 6 7 Reviewed by Brent Fulgham. 8 9 Older versions of macOS still need access to "com.apple.audio.AudioComponentRegistrar" in the WebContent process. 10 11 * WebProcess/com.apple.WebProcess.sb.in: 12 1 13 2021-09-29 Fujii Hironori <Hironori.Fujii@sony.com> 2 14 -
trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
r283187 r283289 1737 1737 ) 1738 1738 1739 #if __MAC_OS_X_VERSION_MIN_REQUIRED < 110000 1740 (allow mach-lookup 1741 (require-all 1742 (require-not (extension "com.apple.webkit.extension.mach")) 1743 (global-name "com.apple.audio.AudioComponentRegistrar"))) 1744 #endif 1745 1739 1746 (allow mach-lookup 1740 1747 (require-all
Note:
See TracChangeset
for help on using the changeset viewer.