[webkit-changes] [WebKit/WebKit] c4574f: [WTF] RELEASE_ASSERT_NOT_REACHED should allow a me...
jjgriego
noreply at github.com
Wed Aug 2 09:49:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c4574f31334dd38adc9962e34b195ef364d1eb7f
https://github.com/WebKit/WebKit/commit/c4574f31334dd38adc9962e34b195ef364d1eb7f
Author: Joseph Griego <jgriego at igalia.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M Source/WTF/wtf/Assertions.h
Log Message:
-----------
[WTF] RELEASE_ASSERT_NOT_REACHED should allow a message
https://bugs.webkit.org/show_bug.cgi?id=259526
Reviewed by Mark Lam.
The asserts-enabled and asserts-not-enabled implementations of this macro don't
agree about whether or not it allows a message--allow one for the sake of
form. Since revision f0224c3ac4969 it's used in at least one place with a
message.
* Source/WTF/wtf/Assertions.h:
Canonical link: https://commits.webkit.org/266516@main
More information about the webkit-changes
mailing list