8000 Partially revert 259313@main · WebKit/WebKit@97b9f04 · GitHub
[go: up one dir, main page]

Skip to content

Commit 97b9f04

Browse files
committed
Partially revert 259313@main
https://bugs.webkit.org/show_bug.cgi?id=251180 rdar://104649420 Reviewed by Chris Dumez. Partially revert 259313@main since it caused issues in automated testing due to inconsistency between sandbox changes and C++ changes. * Source/WTF/wtf/PlatformHave.h: * Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in: Canonical link: https://commits.webkit.org/259397@main
1 parent ad1a3d7 commit 97b9f04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/WTF/wtf/PlatformHave.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,7 @@
13891389
#endif
13901390
#endif
13911391

1392-
#if (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 170000)
1392+
#if (PLATFORM(IOS) || PLATFORM(WATCHOS) || PLATFORM(APPLETV))
13931393
#define HAVE_MACH_BOOTSTRAP_EXTENSION 1
13941394
#endif
13951395

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@
12641264
(allow mach-bootstrap
12651265
(apply-message-filter
12661266
(deny mach-message-send)
1267-
#if HAVE(MACH_BOOTSTRAP_EXTENSION)
1267+
#if (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 170000)
12681268
(with-filter (extension "com.apple.webkit.mach-bootstrap")
12691269
(allow mach-message-send (mach-bootstrap-message-numbers-post-launch)))
12701270
#else

0 commit comments

Comments
 (0)
0