From 4cd3b241bc9b9c339564ffc681820ab5080fd4a6 Mon Sep 17 00:00:00 2001 From: SUZUKI Sosuke Date: Wed, 28 Jan 2026 16:33:47 +0900 Subject: [PATCH] Upgrade WebKit to cc5e0bddf7ea (#26526) Upgrade WebKit from `0e6527f24783ea83` to `cc5e0bddf7eae1d8` (77 commits) This brings in the latest changes from oven-sh/WebKit (2026-01-27). --- 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 7ef7aafadf..2275644005 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 0e6527f24783ea832fa58f696437829cdcbc3c7c) + set(WEBKIT_VERSION cc5e0bddf7eae1d820cf673158845fe9bd83c094) endif() # Use preview build URL for Windows ARM64 until the fix is merged to main