From a6e876fa25147247e186104a7171cd751716ecba Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Fri, 27 Dec 2024 20:34:46 -0800 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 422ff8da6d826f..4de124d9731375 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 ca19f5cb4d30f6cbd5b44e5f03d2c5eb6f3c1002) + set(WEBKIT_VERSION d90d122238e40af3e04eef8689c7abf1735df84e) endif() if(WEBKIT_LOCAL)