diff --git a/scripts/build/deps/webkit.ts b/scripts/build/deps/webkit.ts index ae40306fbb4..2dcc0ab836c 100644 --- a/scripts/build/deps/webkit.ts +++ b/scripts/build/deps/webkit.ts @@ -3,7 +3,7 @@ * for local mode. Override via `--webkit-version=` to test a branch. * From https://github.com/oven-sh/WebKit releases. */ -export const WEBKIT_VERSION = "8b7f6f706720ab7e5284906c29f2fbf77dfbd1e9"; +export const WEBKIT_VERSION = "4d5e75ebd84a14edbc7ae264245dcd77fe597c10"; /** * WebKit (JavaScriptCore) — the JS engine.