Update WebKit (#26449)

### What does this PR do?
Updates WebKit to
6e287faaed
### How did you verify your code works?
This commit is contained in:
Dylan Conway
2026-01-25 18:43:55 -08:00
committed by GitHub
parent 4071624edd
commit f87fa27fac

View File

@@ -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") option(WEBKIT_LOCAL "If a local version of WebKit should be used instead of downloading")
if(NOT WEBKIT_VERSION) if(NOT WEBKIT_VERSION)
set(WEBKIT_VERSION f151e5c43c3546da23c5c1e709452da25d47e168) set(WEBKIT_VERSION 0e6527f24783ea832fa58f696437829cdcbc3c7c)
endif() endif()
# Use preview build URL for Windows ARM64 until the fix is merged to main # Use preview build URL for Windows ARM64 until the fix is merged to main