[webkit-changes] [WebKit/WebKit] a40563: JSC: IA_ASSERT can use __VA_OPT__ for COMPILER(MSVC)
Fujii Hironori
noreply at github.com
Sun Apr 16 18:56:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a40563bfe366254cad9399917bee1b691f3ecafe
https://github.com/WebKit/WebKit/commit/a40563bfe366254cad9399917bee1b691f3ecafe
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2023-04-16 (Sun, 16 Apr 2023)
Changed paths:
M Source/JavaScriptCore/tools/Integrity.cpp
M Source/JavaScriptCore/tools/Integrity.h
Log Message:
-----------
JSC: IA_ASSERT can use __VA_OPT__ for COMPILER(MSVC)
https://bugs.webkit.org/show_bug.cgi?id=255449
Reviewed by Ross Kirsling.
We can use__VA_OPT__ for COMPILER(MSVC) now. Removed COMPILER(MSVC)
condition from IA_ASSERT. This fixes a clang-cl build problem too.
* Source/JavaScriptCore/tools/Integrity.cpp:
* Source/JavaScriptCore/tools/Integrity.h:
Canonical link: https://commits.webkit.org/263012@main
More information about the webkit-changes
mailing list