diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-02-06 23:43:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-06 23:43:31 -0500 |
commit | 79b95341d9f9804207ff0c17e11085371e0f2e24 (patch) | |
tree | a929a53ee7af415e24e09cf7f299bab8d2106059 /gclient_config.py | |
parent | 37b05740facd26b5f20b08c3500cd782f70de546 (diff) |
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
Diffstat (limited to 'gclient_config.py')
-rw-r--r-- | gclient_config.py | 3 |
1 files changed, 2 insertions, 1 deletions
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': { |