Skip to content

Commit

Permalink
Bump WebKit again (#16091)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner authored Jan 1, 2025
1 parent e3a1d02 commit 30008ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/tools/SetupWebKit.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 ba17b88ba9a5c1140bf74cf3a1637fbc89a3b9e7)
set(WEBKIT_VERSION 30046aef5ec6590c74c6a696e4f01683f962a6a2)
endif()

if(WEBKIT_LOCAL)
Expand Down

0 comments on commit 30008ed

Please sign in to comment.