From b5bca2d976945b895466691c81c64cfe949d2659 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 6 Mar 2025 20:32:49 -0800 Subject: [PATCH] Bump WebKit (#17960) --- 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 7a6edfd7ac..13868bd948 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 0d7d28b5907f628331d4a944c3436856447fbf64) + set(WEBKIT_VERSION 2be7f2f098210ce560f72ef95d93b008bc8eaaa1) endif() string(SUBSTRING ${WEBKIT_VERSION} 0 16 WEBKIT_VERSION_PREFIX)