Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f3ed224bf0ebf8732499a4c1e7f878a81fbdb8fc
https://github.com/WebKit/WebKit/commit/f3ed224bf0ebf8732499a4c1e7f878a81fbdb8fc
Author: Pablo Saavedra <[email protected]>
Date: 2026-04-06 (Mon, 06 Apr 2026)
Changed paths:
M Source/WTF/wtf/Assertions.h
Log Message:
-----------
Build failure: Add ENABLE(CRASH_DUMP_INFO) to WTFCrashWithInfo guard
Fix the guard for the `WTFCrashWithInfo` definition by adding
`ENABLE(CRASH_DUMP_INFO)` condition. This makes the function declaration
and the definition the same and prevents build errors in Clang due to
incompatible 'always_inline' and 'not_tail_called' attributes.
Reviewed by Justin Michaud.
* Source/WTF/wtf/Assertions.h:
Canonical link: https://commits.webkit.org/310662@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications