summaryrefslogtreecommitdiff
path: root/deps/v8/gni
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/gni')
-rw-r--r--deps/v8/gni/v8.gni2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/gni/v8.gni b/deps/v8/gni/v8.gni
index 6cb248f160..1ed8e0382a 100644
--- a/deps/v8/gni/v8.gni
+++ b/deps/v8/gni/v8.gni
@@ -32,7 +32,7 @@ declare_args() {
v8_enable_backtrace = ""
# Enable the snapshot feature, for fast context creation.
- # http://v8project.blogspot.com/2015/09/custom-startup-snapshots.html
+ # https://v8.dev/blog/custom-startup-snapshots
# TODO(thakis): Make snapshots work in 64-bit win/cross builds,
# https://803591
v8_use_snapshot = !(is_win && host_os != "win" && target_cpu == "x64")