From e2a88dc70e07650481afab8b341c2175de607111 Mon Sep 17 00:00:00 2001 From: Dylan Conway Date: Tue, 7 Jan 2025 17:14:34 -0800 Subject: [PATCH] update --- 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 22e95e7742..7bd8e5a33c 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 e1a802a2287edfe7f4046a9dd8307c8b59f5d816) + set(WEBKIT_VERSION 2399a4a00d9e0da0b34b7bd52a369a89a631ae98) endif() if(WEBKIT_LOCAL)