diff --git a/cmake/tools/SetupWebKit.cmake b/cmake/tools/SetupWebKit.cmake index ff750a96317dc..5b58cbb5d6f56 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 019ff6e1e879ff4533f2a857cab5028b6b95ab53) + set(WEBKIT_VERSION 01ac6a63449713c5b7cf38fb03628283041f63be) endif() if(WEBKIT_LOCAL)