From a011c82cefd7ef8aa7bf3dc93bac0af91bee7ec4 Mon Sep 17 00:00:00 2001 From: Claude Bot Date: Thu, 22 Jan 2026 05:07:57 +0000 Subject: [PATCH] Update WebKit to c8e4b57dd997 (fix Windows build) --- cmake/tools/SetupWebKit.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/tools/SetupWebKit.cmake b/cmake/tools/SetupWebKit.cmake index c6b70e0a52..be8fa68dd9 100644 --- a/cmake/tools/SetupWebKit.cmake +++ b/cmake/tools/SetupWebKit.cmake @@ -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") if(NOT WEBKIT_VERSION) - set(WEBKIT_VERSION 5b194ac887f29e2a222e2b3fd97e1378ba4f0298) + set(WEBKIT_VERSION c8e4b57dd997f535040d45c08b8057bad43bfabd) endif() string(SUBSTRING ${WEBKIT_VERSION} 0 16 WEBKIT_VERSION_PREFIX)