Skip to content

Commit af80334

Browse files
committed
Update WEBKIT_VERSION
1 parent 90cf786 commit af80334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/tools/SetupWebKit.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ option(WEBKIT_VERSION "The version of WebKit to use")
22
option(WEBKIT_LOCAL "If a local version of WebKit should be used instead of downloading")
33

44
if(NOT WEBKIT_VERSION)
5-
set(WEBKIT_VERSION preview-pr-124-ae95679d)
5+
set(WEBKIT_VERSION preview-pr-124-4a684d45)
66
endif()
77

88
string(SUBSTRING ${WEBKIT_VERSION} 0 16 WEBKIT_VERSION_PREFIX)

0 commit comments

Comments
 (0)