Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6b8dbb2ce6e9f090a59f95403e6e01a86b8f9fe1
https://github.com/WebKit/WebKit/commit/6b8dbb2ce6e9f090a59f95403e6e01a86b8f9fe1
Author: Adrian Taylor <[email protected]>
Date: 2026-01-28 (Wed, 28 Jan 2026)
Changed paths:
M Source/WebKit/Scripts/webkit/messages.py
M Source/WebKit/Scripts/webkit/tests/TestWithLegacyReceiverMessages.h
M Source/WebKit/Scripts/webkit/tests/TestWithoutAttributesMessages.h
Log Message:
-----------
Include Platform before conditions
https://bugs.webkit.org/show_bug.cgi?id=305845
rdar://168507070
Reviewed by Richard Robinson.
Include the header required for the ENABLE() macro on the next line.
Although WebKit builds include these headers ambiently through
an -include directive, that doesn't help when these generated headers
are built as a standalone clang module where they need to be
hermetic and include everything that they use. This is also
causing issues on Linux as reported in
https://bugs.webkit.org/show_bug.cgi?id=305785
Canonical link: https://commits.webkit.org/306342@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications