We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90cf786 commit af80334Copy full SHA for af80334
cmake/tools/SetupWebKit.cmake
@@ -2,7 +2,7 @@ option(WEBKIT_VERSION "The version of WebKit to use")
2
option(WEBKIT_LOCAL "If a local version of WebKit should be used instead of downloading")
3
4
if(NOT WEBKIT_VERSION)
5
- set(WEBKIT_VERSION preview-pr-124-ae95679d)
+ set(WEBKIT_VERSION preview-pr-124-4a684d45)
6
endif()
7
8
string(SUBSTRING ${WEBKIT_VERSION} 0 16 WEBKIT_VERSION_PREFIX)
0 commit comments