[webkit-changes] [WebKit/WebKit] 7932ea: Fix compile issue with WebKit header module

Per Arne Vollan noreply at github.com
Thu Oct 19 12:04:22 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7932eaf523195b030b13cbecedbeff8117f5ce25
      https://github.com/WebKit/WebKit/commit/7932eaf523195b030b13cbecedbeff8117f5ce25
  Author: Per Arne Vollan <pvollan at apple.com>
  Date:   2023-10-19 (Thu, 19 Oct 2023)

  Changed paths:
    M Source/WebKit/Configurations/WebKit.xcconfig
    M Source/WebKit/Modules/OSX_Private.modulemap
    M Source/WebKit/Modules/iOS_Private.modulemap
    M Source/WebKit/Shared/Cocoa/XPCEndpoint.h
    M Source/WebKit/Shared/Cocoa/XPCEndpointClient.h
    M Source/WebKit/Shared/Cocoa/XPCEndpointClient.mm
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj
    M Tools/TestWebKitAPI/Configurations/Base.xcconfig
    M Tools/TestWebKitAPI/Tests/WebKit/XPCEndpoint.mm

  Log Message:
  -----------
  Fix compile issue with WebKit header module
https://bugs.webkit.org/show_bug.cgi?id=263289
rdar://107568693

Reviewed by Elliott Williams and Brent Fulgham.

WTF headers should not be included in header modules. Make the XPC endpoint headers project headers.

* Source/WebKit/Configurations/WebKit.xcconfig:
* Source/WebKit/Modules/OSX_Private.modulemap:
* Source/WebKit/Modules/iOS_Private.modulemap:
* Source/WebKit/Shared/Cocoa/XPCEndpoint.h:
* Source/WebKit/Shared/Cocoa/XPCEndpointClient.h:
* Source/WebKit/Shared/Cocoa/XPCEndpointClient.mm:
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
* Tools/TestWebKitAPI/Configurations/Base.xcconfig:
* Tools/TestWebKitAPI/Tests/WebKit/XPCEndpoint.mm:

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




More information about the webkit-changes mailing list