[webkit-changes] [WebKit/WebKit] 79a83b: [IOS_FAMILY] Drop configurations for 2022-aligned ...

Myles C. Maxfield noreply at github.com
Thu Jun 22 20:07:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 79a83be769e941ed5e9aaa2a670262c5d3b0a588
      https://github.com/WebKit/WebKit/commit/79a83be769e941ed5e9aaa2a670262c5d3b0a588
  Author: Myles C. Maxfield <mmaxfield at apple.com>
  Date:   2023-06-22 (Thu, 22 Jun 2023)

  Changed paths:
    M Source/WTF/wtf/PlatformEnable.h
    M Source/WTF/wtf/PlatformEnableCocoa.h
    M Source/WTF/wtf/PlatformHave.h
    M Source/WTF/wtf/PlatformUse.h

  Log Message:
  -----------
  [IOS_FAMILY] Drop configurations for 2022-aligned OSes
https://bugs.webkit.org/show_bug.cgi?id=258425
rdar://111190722

Reviewed by Tim Horton.

All supported IOS_FAMILY OSes are later than or equal to the 2022-aligned ones.
So, "< 2022" means "false", and ">= 2022" means "true".

* Source/WTF/wtf/PlatformEnable.h:
* Source/WTF/wtf/PlatformEnableCocoa.h:
* Source/WTF/wtf/PlatformHave.h:
* Source/WTF/wtf/PlatformUse.h:

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




More information about the webkit-changes mailing list