Skip to content

Commit b4cd98a

Browse files
committed
Fix sandbox compile issue
https://bugs.webkit.org/show_bug.cgi?id=263329 rdar://117117168 Reviewed by Chris Dumez. * Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in: Canonical link: https://commits.webkit.org/269482@main
1 parent 4a0ec7d commit b4cd98a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,9 +1461,9 @@
14611461
(kernel-mig-routine-only-in-use-during-launch)))
14621462
#if !ENABLE(WEBCONTENT_GPU_SANDBOX_EXTENSIONS_BLOCKING)
14631463
(with-filter (require-not (state-flag "BlockIOKitInWebContentSandbox"))
1464-
(allow mach-message-send
1464+
(allow mach-message-send (kernel-mig-routine
14651465
io_service_get_matching_service_bin
1466-
io_service_get_matching_services_bin))
1466+
io_service_get_matching_services_bin)))
14671467
#endif
14681468
#endif
14691469

0 commit comments

Comments
 (0)