[webkit-changes] [WebKit/WebKit] 85629b: [iOS] "fatal error: 'WebKitLegacy/WebKit.h' file n...

Elliott Williams noreply at github.com
Mon Oct 7 17:10:42 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 85629be048a12be79d11d395b9844a75b88ef33f
      https://github.com/WebKit/WebKit/commit/85629be048a12be79d11d395b9844a75b88ef33f
  Author: Elliott Williams <emw at apple.com>
  Date:   2024-10-07 (Mon, 07 Oct 2024)

  Changed paths:
    M Source/WebKit/Scripts/postprocess-header-rule

  Log Message:
  -----------
  [iOS] "fatal error: 'WebKitLegacy/WebKit.h' file not found" due to missing has_include
https://bugs.webkit.org/show_bug.cgi?id=281007
rdar://137450699

Unreviewed build fix.

When 284585 at main made <WebKit/WebKitLegacy.h> generated instead of being
a checked-in copy of this header, the __has_include guard around
WebKit's public import of <WebKitLegacy/WebKit.h> was lost. Add it back.

* Source/WebKit/Scripts/postprocess-header-rule:

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list