Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bf4bbec22ccb12e33aeec5ae2d4789a08967d4ac
      
https://github.com/WebKit/WebKit/commit/bf4bbec22ccb12e33aeec5ae2d4789a08967d4ac
  Author: Abrar Rahman Protyasha <[email protected]>
  Date:   2025-02-18 (Tue, 18 Feb 2025)

  Changed paths:
    M Source/WTF/wtf/PlatformHave.h

  Log Message:
  -----------
  Many PDFKit API calls are unnecessarily compiled out of tvOS
https://bugs.webkit.org/show_bug.cgi?id=287891
rdar://145087656

Reviewed by Wenson Hsieh and Tim Horton.

Calls to a bunch of PDFKit API that were added to tvOS 18 are compiled
out for that platform because our platform availability definitions do
not include tvOS information for these interfaces. This patch fixes that.

* Source/WTF/wtf/PlatformHave.h:

Move HAVE_HDR_SUPPORT out into its own group, since we do not want to
make it available on tvOS.

Canonical link: https://commits.webkit.org/290575@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