Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4be5782bd0260c7d8e4030b836a56b13964e8694
https://github.com/WebKit/WebKit/commit/4be5782bd0260c7d8e4030b836a56b13964e8694
Author: Adrian Taylor <[email protected]>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M Source/WebCore/PAL/pal/SessionID.h
Log Message:
-----------
Allow SessionID.h to be used within WebKit_Internal clang module.
https://bugs.webkit.org/show_bug.cgi?id=291625
Reviewed by Elliott Williams
WebKit_Internal is built as a clang module, and in the future is likely to
expand to include headers which transitively depend upon SessionID.h.
In that context, SessionID.h does not currently build as it relies upon
"-include config.h" being part of the build process to define PAL_EXPORT,
and that isn't applied when building as a module. Instead, include that
header directly.
Canonical link: https://commits.webkit.org/294724@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes