Skip to content

Commit db2156e

Browse files
Bump WebKit to b55703a58c8e57ac3479b9ba5cd434386a298965 (oven-sh#28345)
Updates WebKit to commit b55703a58c8e57ac3479b9ba5cd434386a298965. --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 69e92c7 commit db2156e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/tools/SetupWebKit.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ option(WEBKIT_LOCAL "If a local version of WebKit should be used instead of down
66
option(WEBKIT_BUILD_TYPE "The build type for local WebKit (defaults to CMAKE_BUILD_TYPE)")
77

88
if(NOT WEBKIT_VERSION)
9-
set(WEBKIT_VERSION 00e825523d549a556d75985f486e4954af6ab8c7)
9+
set(WEBKIT_VERSION b55703a58c8e57ac3479b9ba5cd434386a298965)
1010
endif()
1111

1212

scripts/build/deps/webkit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* for local mode. Override via `--webkit-version=<hash>` to test a branch.
44
* From https://github.com/oven-sh/WebKit releases.
55
*/
6-
export const WEBKIT_VERSION = "00e825523d549a556d75985f486e4954af6ab8c7";
6+
export const WEBKIT_VERSION = "b55703a58c8e57ac3479b9ba5cd434386a298965";
77

88
/**
99
* WebKit (JavaScriptCore) — the JS engine.

0 commit comments

Comments
 (0)