[webkit-changes] [WebKit/WebKit] d5f4c9: REGRESSION(261233 at main): Fix Simulator (and MacCat...

Brent Fulgham noreply at github.com
Mon Mar 6 16:22:49 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d5f4c908e83c7f7f6643f0bf0739a2cbe743710b
      https://github.com/WebKit/WebKit/commit/d5f4c908e83c7f7f6643f0bf0739a2cbe743710b
  Author: Brent Fulgham <bfulgham at apple.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

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

  Log Message:
  -----------
  REGRESSION(261233 at main): Fix Simulator (and MacCatalyst) builds
https://bugs.webkit.org/show_bug.cgi?id=253459
<rdar://106292744>

Reviewed by Ryosuke Niwa and Chris Dumez.

The simulator and MacCatalyst do not yet support the Lockdown Mode
Additions, leading to build failures.

This patch adjusts the HAVE macro to avoid attempting to build with
invalid settings.

* Source/WTF/wtf/PlatformHave.h:

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




More information about the webkit-changes mailing list