Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8a8d1c50df1de5affd186f3b879c814f8969b609
      
https://github.com/WebKit/WebKit/commit/8a8d1c50df1de5affd186f3b879c814f8969b609
  Author: Sosuke Suzuki <[email protected]>
  Date:   2025-12-25 (Thu, 25 Dec 2025)

  Changed paths:
    M Source/WTF/wtf/RefCountDebugger.cpp

  Log Message:
  -----------
  [WTF] Use `OS(WINDOWS)` instead of `PLATFORM(WIN)`
https://bugs.webkit.org/show_bug.cgi?id=304681

Reviewed by Anne van Kesteren.

304701@main changed to use `PLATFORM(WIN)` to detect being in Windows.

But since the `PLATFORM` macro isn't provided JSCOnly build, we cannot build 
JSCOnly on Windows.

So this patch changes to use `OS(WINDOWS)` instead  of `PLATFORM(WIN)`.

* Source/WTF/wtf/RefCountDebugger.cpp:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to