[webkit-changes] [WebKit/WebKit] 3d3a94: Remove the __has_include(<Network/proxy_config_pri...

Wenson Hsieh noreply at github.com
Mon Apr 24 18:34:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3d3a942170344c2de3735d1ec3e1f72add733c1a
      https://github.com/WebKit/WebKit/commit/3d3a942170344c2de3735d1ec3e1f72add733c1a
  Author: Wenson Hsieh <wenson_hsieh at apple.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataStore.h

  Log Message:
  -----------
  Remove the __has_include(<Network/proxy_config_private.h>) check in WKWebsiteDataStore.h
https://bugs.webkit.org/show_bug.cgi?id=255894
rdar://108476084

Reviewed by Aditya Keerthi.

This was added in a desperate attempt to fix the build in 261208 at main. Clean this up by moving the
declaration to WebKitAdditions altogether, where we can replace the `<Network/proxy_config_private.h>`
include check with something more appropriate.

* Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataStore.h:

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




More information about the webkit-changes mailing list