[webkit-changes] [WebKit/WebKit] cce0a0: [Win] REGRESSION(257142 at main): debug logs aren't o...

Fujii Hironori noreply at github.com
Mon Dec 12 12:30:04 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cce0a08316e81a9d1b145762d7ff4c0b85a82c59
      https://github.com/WebKit/WebKit/commit/cce0a08316e81a9d1b145762d7ff4c0b85a82c59
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2022-12-12 (Mon, 12 Dec 2022)

  Changed paths:
    M Source/WTF/wtf/PlatformHave.h
    M Source/cmake/OptionsCommon.cmake

  Log Message:
  -----------
  [Win] REGRESSION(257142 at main): debug logs aren't output to the debug console because HAVE_ISDEBUGGERPRESENT macro isn't defined
https://bugs.webkit.org/show_bug.cgi?id=249120

Reviewed by Don Olmstead.

After 257142 at main changed WEBKIT_CHECK_HAVE_FUNCTION, it failed to
detect a Windows API IsDebuggerPresent. There is no reason we have to
detect the API in CMake time.

* Source/WTF/wtf/PlatformHave.h:
* Source/cmake/OptionsCommon.cmake:

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




More information about the webkit-changes mailing list