From 8d1567fafbdac8cd76e736d203eacc578d932a94 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 13 Feb 2019 14:23:17 -0500 Subject: Upgrade V8 to 7.4.158 (#1767) This is to have access to this fix: https://bugs.chromium.org/p/v8/issues/detail?id=8838 necessary for v8_postmortem_support. --- gclient_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gclient_config.py') diff --git a/gclient_config.py b/gclient_config.py index 658a4d2fe..331f4e95b 100644 --- a/gclient_config.py +++ b/gclient_config.py @@ -1,7 +1,7 @@ # Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. solutions = [{ 'url': - 'https://chromium.googlesource.com/v8/v8.git@7.4.98', + 'https://chromium.googlesource.com/v8/v8.git@7.4.158', 'name': 'v8', 'deps_file': 'DEPS', 'custom_deps': { -- cgit v1.2.3