Update WebKit to c8e4b57dd997 (fix Windows build)

This commit is contained in:
Claude Bot
2026-01-22 05:07:57 +00:00
parent e0747a25ce
commit a011c82cef

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")
if(NOT WEBKIT_VERSION)
set(WEBKIT_VERSION 5b194ac887f29e2a222e2b3fd97e1378ba4f0298)
set(WEBKIT_VERSION c8e4b57dd997f535040d45c08b8057bad43bfabd)
endif()
string(SUBSTRING ${WEBKIT_VERSION} 0 16 WEBKIT_VERSION_PREFIX)