Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 390e2c91dca558e7f3ae701d21f400d6905bf27a
https://github.com/WebKit/WebKit/commit/390e2c91dca558e7f3ae701d21f400d6905bf27a
Author: Adrian Taylor <[email protected]>
Date: 2026-08-18 (Tue, 18 Aug 2026)
Changed paths:
M Source/WTF/wtf/MachSendRightAnnotated.h
M Source/WebKit/Modules/Internal/WebKitInternalCxx.h
M Source/WebKit/Modules/Internal/module.modulemap
Log Message:
-----------
Fix '#import' in cross-platform headers
https://bugs.webkit.org/show_bug.cgi?id=321678
rdar://184825762
Reviewed by Ian Grunert.
A variety of WebKit headers contained #import yet were included as
cross-platform within the modulemaps that were imported by Swift. This caused
difficulties under Windows where #import means something different.
* Source/WTF/wtf/MachSendRightAnnotated.h:
* Source/WebKit/Modules/Internal/WebKitInternalCxx.h:
* Source/WebKit/Modules/Internal/module.modulemap:
Canonical link: https://commits.webkit.org/319436@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications