diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-02-27 15:37:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-27 15:37:55 -0500 |
commit | 2afc877935eefb33c01992f855caf65fa62aa248 (patch) | |
tree | a4bec30f7d0f5667b9fb7fe0ffb24efe8f8af5ae | |
parent | 19d4ba70f7623422b49e1b6396c84275a63cbf8f (diff) |
upgrade V8 to 7.4.238 (#1849)
-rw-r--r-- | gclient_config.py | 2 | ||||
m--------- | third_party | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/gclient_config.py b/gclient_config.py index 331f4e95b..40cc9e699 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.158', + 'https://chromium.googlesource.com/v8/v8.git@7.4.238', 'name': 'v8', 'deps_file': 'DEPS', 'custom_deps': { diff --git a/third_party b/third_party -Subproject 3bd8fab91c6e35800f32ea296194f7ebf62bee5 +Subproject 7e697531c16ee6713fa3d986447bbd4dc04a80b |