Upgrade V8 to 7.1.302.4

This commit is contained in:
Ryan Dahl 2018-10-20 13:20:48 -04:00
parent 92b0a94c23
commit bcf10bcf27
4 changed files with 11 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Copyright 2018 the Deno authors. All rights reserved. MIT license.
solutions = [{
'url': 'https://chromium.googlesource.com/v8/v8.git@7.0.276.15',
'url': 'https://chromium.googlesource.com/v8/v8.git@7.1.302.4',
'name': 'v8',
'deps_file': 'DEPS',
'custom_deps': {
@ -8,6 +8,7 @@ solutions = [{
'v8/third_party/colorama/src': None,
'v8/testing/gmock': None,
'v8/tools/swarming_client': None,
'v8/tools/gyp': None,
'v8/third_party/instrumented_libraries': None,
'v8/third_party/android_tools': None,
'v8/third_party/depot_tools': None,