[webkit-changes] [WebKit/WebKit] 7c30fb: Fix the internal build with older SDKs after 26118...

Wenson Hsieh noreply at github.com
Fri Mar 3 23:25:45 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7c30fb184c3fd65f2d9f64b9e76aa2de607e94ec
      https://github.com/WebKit/WebKit/commit/7c30fb184c3fd65f2d9f64b9e76aa2de607e94ec
  Author: Wenson Hsieh <wenson_hsieh at apple.com>
  Date:   2023-03-03 (Fri, 03 Mar 2023)

  Changed paths:
    M Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm
    M Tools/TestWebKitAPI/Tests/WebKitCocoa/Proxy.mm

  Log Message:
  -----------
  Fix the internal build with older SDKs after 261181 at main
https://bugs.webkit.org/show_bug.cgi?id=253288
rdar://100583135

Reviewed by Mark Lam.

Soft link several newly-introduced APIs in libnetcore, so that we can both build using older SDKs
that don't have the symbol, and also run against older builds that don't support these functions.

* Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm:
(WebKit::SessionWrapper::initialize):
(WebKit::NetworkSessionCocoa::clearProxyConfigData):
(WebKit::NetworkSessionCocoa::setProxyConfigData):
* Tools/TestWebKitAPI/Tests/WebKitCocoa/Proxy.mm:
(TestWebKitAPI::TEST):

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




More information about the webkit-changes mailing list