Bump WebKit (#17960)

This commit is contained in:
Jarred Sumner
2025-03-06 20:32:49 -08:00
committed by GitHub
parent 1acd4039b6
commit b5bca2d976

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 0d7d28b5907f628331d4a944c3436856447fbf64)
set(WEBKIT_VERSION 2be7f2f098210ce560f72ef95d93b008bc8eaaa1)
endif()
string(SUBSTRING ${WEBKIT_VERSION} 0 16 WEBKIT_VERSION_PREFIX)