From 79b95341d9f9804207ff0c17e11085371e0f2e24 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 6 Feb 2019 23:43:31 -0500 Subject: Upgrade V8 to 7.4.98 (kKeep fix) (#1640) * Upgrade V8 to 7.4.98 (kKeep fix) https://github.com/denoland/deno/issues/814 https://bugs.chromium.org/p/v8/issues/detail?id=8761 * fix tests --- gclient_config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gclient_config.py') diff --git a/gclient_config.py b/gclient_config.py index ca22aca79..658a4d2fe 100644 --- a/gclient_config.py +++ b/gclient_config.py @@ -1,6 +1,7 @@ # Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. solutions = [{ - 'url': 'https://chromium.googlesource.com/v8/v8.git@7.2.502.16', + 'url': + 'https://chromium.googlesource.com/v8/v8.git@7.4.98', 'name': 'v8', 'deps_file': 'DEPS', 'custom_deps': { -- cgit v1.2.3