Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dc324ac52d9198b8cc019f5283ba865c06e77e48
https://github.com/WebKit/WebKit/commit/dc324ac52d9198b8cc019f5283ba865c06e77e48
Author: Brandon Stewart <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M Source/WebCore/css/StyleRule.cpp
Log Message:
-----------
Skip StyleRuleBase size check on Windows
https://bugs.webkit.org/show_bug.cgi?id=304503
Reviewed by Geoffrey Garen.
On Windows, StyleRuleBase is 16 bytes instead of 12 bytes due to
different struct alignment/padding behavior. Skip the static_assert
size check on Windows, matching the approach used for RefCountedBase
in RefCountDebugger.cpp.
* Source/WebCore/css/StyleRule.cpp:
Canonical link: https://commits.webkit.org/304763@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications