Upgrade WebKit to cc5e0bddf7ea (#26526)

Upgrade WebKit from `0e6527f24783ea83` to `cc5e0bddf7eae1d8` (77
commits)

This brings in the latest changes from oven-sh/WebKit (2026-01-27).
This commit is contained in:
SUZUKI Sosuke
2026-01-28 16:33:47 +09:00
committed by GitHub
parent cae67a17e2
commit 4cd3b241bc

View File

@@ -2,7 +2,7 @@ option(WEBKIT_VERSION "The version of WebKit to use")
option(WEBKIT_LOCAL "If a local version of WebKit should be used instead of downloading") option(WEBKIT_LOCAL "If a local version of WebKit should be used instead of downloading")
if(NOT WEBKIT_VERSION) if(NOT WEBKIT_VERSION)
set(WEBKIT_VERSION 0e6527f24783ea832fa58f696437829cdcbc3c7c) set(WEBKIT_VERSION cc5e0bddf7eae1d820cf673158845fe9bd83c094)
endif() endif()
# Use preview build URL for Windows ARM64 until the fix is merged to main # Use preview build URL for Windows ARM64 until the fix is merged to main