[webkit-changes] [WebKit/WebKit] 0d5ad8: Correct Open Source WebKit build when using Sonoma...

Brent Fulgham noreply at github.com
Wed Sep 20 13:55:46 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0d5ad833f880ae9a8c1fc88359a452da42b5b145
      https://github.com/WebKit/WebKit/commit/0d5ad833f880ae9a8c1fc88359a452da42b5b145
  Author: Brent Fulgham <bfulgham at apple.com>
  Date:   2023-09-20 (Wed, 20 Sep 2023)

  Changed paths:
    M Source/WebCore/PAL/pal/spi/cf/CFNetworkSPI.h

  Log Message:
  -----------
  Correct Open Source WebKit build when using Sonoma SDK
https://bugs.webkit.org/show_bug.cgi?id=261832
<rdar://problem/115795086>

Unreviewed build fix.

The changes in 258467 at main defined a needed property for NSMutableURLRequest, but did not
provide the related declaration for NSURLRequest. This causes a build failure when someone
attempts to build trunk WebKit with the Open Source Sonoma SDK.

* Source/WebCore/PAL/pal/spi/cf/CFNetworkSPI.h:

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




More information about the webkit-changes mailing list