diff --git a/cmake/tools/SetupWebKit.cmake b/cmake/tools/SetupWebKit.cmake index 5a701ad821..9f6f6c419e 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 543cca2140eafdba845f6689024abaac0d9924f5) + set(WEBKIT_VERSION 46044a8d6802ccecb1a5040610533d4d5ba78214) endif() if(WEBKIT_LOCAL)