[webkit-changes] [WebKit/WebKit] 56991e: Check framework availability for all soft linked f...

Brady Eidson noreply at github.com
Wed Jan 3 11:24:23 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 56991ea107a766bd954a0d9105f3a10aab98f43b
      https://github.com/WebKit/WebKit/commit/56991ea107a766bd954a0d9105f3a10aab98f43b
  Author: Brady Eidson <beidson at apple.com>
  Date:   2024-01-03 (Wed, 03 Jan 2024)

  Changed paths:
    M Source/WebKit/Shared/Cocoa/ArgumentCodersCocoa.mm

  Log Message:
  -----------
  Check framework availability for all soft linked frameworks in Core IPC code
https://bugs.webkit.org/show_bug.cgi?id=267052
rdar://120004741

Reviewed by Andy Estes.

If we softlink a framework, it stands to reason that it might be unavailable at runtime.
So before looking up a `Class` that exists in such a framework, make sure the framework is available.

* Source/WebKit/Shared/Cocoa/ArgumentCodersCocoa.mm:
(IPC::typeFromObject):

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




More information about the webkit-changes mailing list