[webkit-changes] [WebKit/WebKit] b67c50: Remove outdated MSVC guard in CRASH_WITH_INFO

Ross Kirsling noreply at github.com
Wed Mar 8 23:07:48 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b67c507f2e03c783e3ecec660f663b95e1105703
      https://github.com/WebKit/WebKit/commit/b67c507f2e03c783e3ecec660f663b95e1105703
  Author: Ross Kirsling <rkirsling at gmail.com>
  Date:   2023-03-08 (Wed, 08 Mar 2023)

  Changed paths:
    M Source/WTF/wtf/Assertions.h

  Log Message:
  -----------
  Remove outdated MSVC guard in CRASH_WITH_INFO
https://bugs.webkit.org/show_bug.cgi?id=253619

Reviewed by Fujii Hironori.

* Source/WTF/wtf/Assertions.h:
MSVC 2022 is perfectly happy with VA_OPT, so we no longer need this #if to be MSVC-specific;
on the other hand, the broader check was added for older clang versions, so we probably still need that.

Canonical link: https://commits.webkit.org/261407@main




More information about the webkit-changes mailing list