diff --git a/cmake/tools/SetupWebKit.cmake b/cmake/tools/SetupWebKit.cmake index 22e95e7742..7bd8e5a33c 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 e1a802a2287edfe7f4046a9dd8307c8b59f5d816) + set(WEBKIT_VERSION 2399a4a00d9e0da0b34b7bd52a369a89a631ae98) endif() if(WEBKIT_LOCAL)