From 657f5b9f6a91136d6a4e1bd1df8bd416d41d62ab Mon Sep 17 00:00:00 2001 From: Ben Grant Date: Mon, 11 Nov 2024 13:40:47 -0800 Subject: [PATCH] Set WebKit version to merge commit instead of commit on branch of oven-sh/WebKit#68 --- 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 e71154f82a..b71eff33e1 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 12344672d12f3463311c01aa4168ba7254e86560) + set(WEBKIT_VERSION 3bc4abf2d5875baf500b4687ef869987f6d19e00) endif() if(WEBKIT_LOCAL)