[webkit-changes] [WebKit/WebKit] f2ae07: [MacCatalyst] Stop soft-linking UIKit in WebProces...

Commit Queue noreply at github.com
Fri Mar 29 10:52:11 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f2ae07c35560ea0d1800710c66e02376e780c6ae
      https://github.com/WebKit/WebKit/commit/f2ae07c35560ea0d1800710c66e02376e780c6ae
  Author: David Kilzer <ddkilzer at apple.com>
  Date:   2024-03-29 (Fri, 29 Mar 2024)

  Changed paths:
    M Source/WebKit/Platform/spi/ios/UIKitSPI.h
    M Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm

  Log Message:
  -----------
  [MacCatalyst] Stop soft-linking UIKit in WebProcessCocoa.mm
https://bugs.webkit.org/show_bug.cgi?id=271890
<rdar://125613749>

Reviewed by Per Arne Vollan.

* Source/WebKit/Platform/spi/ios/UIKitSPI.h:
- Import the appropriate header for internal SDK builds, and declare the
  method for public SDK builds.
* Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:
(WebKit::WebProcess::platformInitializeWebProcess):
- Remove soft-linking and availability check since this method is always
  available since at least macOS 11.3.

Canonical link: https://commits.webkit.org/276832@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list