From f87fa27facba6b39e2d25481301c5abcf2a604b0 Mon Sep 17 00:00:00 2001 From: Dylan Conway Date: Sun, 25 Jan 2026 18:43:55 -0800 Subject: [PATCH] Update WebKit (#26449) ### What does this PR do? Updates WebKit to https://github.com/WebKit/WebKit/commit/6e287faaedf26cb19c626eb9a29435cabff52056 ### How did you verify your code works? --- 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 a05db817b3..7ef7aafadf 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 f151e5c43c3546da23c5c1e709452da25d47e168) + set(WEBKIT_VERSION 0e6527f24783ea832fa58f696437829cdcbc3c7c) endif() # Use preview build URL for Windows ARM64 until the fix is merged to main