From f0cb1b723e218439c77917246a2ca7e40bd2adfa Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Fri, 3 Jan 2025 04:32:27 -0800 Subject: [PATCH] Remove spinlock in libpas on Linux (#16130) --- 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 10ac6d22a9..19a59b77c5 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 05798ff248070ff86118ae40583f759dbd193c6f) + set(WEBKIT_VERSION c30d63fe69913f17dce5fcbe17d06e670e0eaeff) endif() if(WEBKIT_LOCAL)