Skip to content

Commit f0cb1b7

Browse files
Remove spinlock in libpas on Linux (#16130)
1 parent 7943009 commit f0cb1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cmake/tools/SetupWebKit.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ option(WEBKIT_VERSION "The version of WebKit to use")
22
option(WEBKIT_LOCAL "If a local version of WebKit should be used instead of downloading")
33

44
if(NOT WEBKIT_VERSION)
5-
set(WEBKIT_VERSION 05798ff248070ff86118ae40583f759dbd193c6f)
5+
set(WEBKIT_VERSION c30d63fe69913f17dce5fcbe17d06e670e0eaeff)
66
endif()
77

88
if(WEBKIT_LOCAL)

0 commit comments

Comments
 (0)