Skip to content

Commit

Permalink
Include array length and promise status in V8 heap snapshots (oven-sh…
Browse files Browse the repository at this point in the history
  • Loading branch information
190n authored and probably-neb committed Jan 7, 2025
1 parent 4ffc0c8 commit 7a3fa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/tools/SetupWebKit.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 c30d63fe69913f17dce5fcbe17d06e670e0eaeff)
set(WEBKIT_VERSION e1a802a2287edfe7f4046a9dd8307c8b59f5d816)
endif()

if(WEBKIT_LOCAL)
Expand Down

0 comments on commit 7a3fa1b

Please sign in to comment.