From 6f42f1265f8b9f0d43325f1ebb22bc4147a2306b Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Thu, 29 Jan 2026 16:12:24 -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 48146eb5fa..9763f3cf38 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 596e48e22e3a1090e5b802744a7938088b1ea860) + set(WEBKIT_VERSION 515344bc5d65aa2d4f9ff277b5fb944f0e051dcd) endif() # Use preview build URL for Windows ARM64 until the fix is merged to main