Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Jan 8, 2025
1 parent a10a9de commit 47812d8
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 5ebbd7b2e6661972c40f816321863eb14b837feb)
set(WEBKIT_VERSION d2b0aa2a8e61ebc7640f1a821793c0c430c5485d)
endif()

if(WEBKIT_LOCAL)
Expand Down

0 comments on commit 47812d8

Please sign in to comment.