Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 72da8561f71832438fedf67f1605bc83ac96f305
      
https://github.com/WebKit/WebKit/commit/72da8561f71832438fedf67f1605bc83ac96f305
  Author: Mike Wyrzykowski <[email protected]>
  Date:   2025-04-23 (Wed, 23 Apr 2025)

  Changed paths:
    M Source/WTF/wtf/PlatformHave.h
    M Source/WebCore/Modules/system-preview/ARKitBadgeSystemImage.mm

  Log Message:
  -----------
  Crashes observed in ARKitBadgeSystemImage::draw due to IOKit access
https://bugs.webkit.org/show_bug.cgi?id=291642
rdar://97159466

Reviewed by Antoine Quint.

This code is invoked from the WebContent process which lacks IOKit
access, however the CoreImage path seems fine to use instead.

* Source/WebCore/Modules/system-preview/ARKitBadgeSystemImage.mm:
(WebCore::ARKitBadgeSystemImage::draw const):
Use non-IOKit path.

* Source/WTF/wtf/PlatformHave.h
This macro is no longer used.

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to