From dffb07049300775e2f45980ffd1c8420a4bb1bc0 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Fri, 25 Oct 2024 02:18:13 -0700 Subject: [PATCH] Update SetupWebKit.cmake --- 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 5a701ad821..9f6f6c419e 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 543cca2140eafdba845f6689024abaac0d9924f5) + set(WEBKIT_VERSION 46044a8d6802ccecb1a5040610533d4d5ba78214) endif() if(WEBKIT_LOCAL)