[webkit-changes] [WebKit/WebKit] d954e7: Fix JSCOnly build on Windows

Don Olmstead noreply at github.com
Fri Jan 26 16:04:31 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d954e73a94f82ec4124797dd0bfde18401cb935b
      https://github.com/WebKit/WebKit/commit/d954e73a94f82ec4124797dd0bfde18401cb935b
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2024-01-26 (Fri, 26 Jan 2024)

  Changed paths:
    M Source/WTF/wtf/PlatformJSCOnly.cmake
    M Source/WTF/wtf/Threading.cpp
    M Source/cmake/OptionsJSCOnly.cmake

  Log Message:
  -----------
  Fix JSCOnly build on Windows
https://bugs.webkit.org/show_bug.cgi?id=268189

Reviewed by Yusuke Suzuki.

Add `win/Win32Handle.cpp` to the source listing for Windows builds.

Fix the guard of `RunLoop::registerRunLoopMessageWindowClass()` which
is `USE(WINDOWS_EVENT_LOOP)` not `OS(WINDOWS)`.

Don't override the default for `ENABLE_WEBASSEMBLY` because it is not
available on x86. It will default to `ON` for x64.

* Source/WTF/wtf/PlatformJSCOnly.cmake:
* Source/WTF/wtf/Threading.cpp:
* Source/cmake/OptionsJSCOnly.cmake:

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




More information about the webkit-changes mailing list