From 6c7e825f6a651cd863cb9770f8a656db75e1973c Mon Sep 17 00:00:00 2001 From: Dylan Conway Date: Fri, 11 Oct 2024 17:30:18 -0700 Subject: [PATCH] update tag --- 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 ff750a96317dc..5b58cbb5d6f56 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 019ff6e1e879ff4533f2a857cab5028b6b95ab53) + set(WEBKIT_VERSION 01ac6a63449713c5b7cf38fb03628283041f63be) endif() if(WEBKIT_LOCAL)