<rdar://problem/49864527>
Created attachment 367356 [details] Patch
Created attachment 367357 [details] Fix macOS builds
Comment on attachment 367357 [details] Fix macOS builds View in context: https://bugs.webkit.org/attachment.cgi?id=367357&action=review > Source/WebCore/platform/cocoa/RuntimeApplicationChecksCocoa.mm:294 > + static bool isAppleApplication = applicationBundleStartsWith("com.apple."_s); > + return isAppleApplication; This seems a bit broad as mentioned elsewhere.
Comment on attachment 367357 [details] Fix macOS builds View in context: https://bugs.webkit.org/attachment.cgi?id=367357&action=review >> Source/WebCore/platform/cocoa/RuntimeApplicationChecksCocoa.mm:294 >> + return isAppleApplication; > > This seems a bit broad as mentioned elsewhere. Unfortunately, yes 😞. I filed <rdar://problem/49871194> to track this.
Comment on attachment 367357 [details] Fix macOS builds Clearing flags on attachment: 367357 Committed r244239: <https://trac.webkit.org/changeset/244239>
All reviewed patches have been landed. Closing bug.