diff options
author | Ali Ijaz Sheikh <ofrobots@google.com> | 2015-09-14 17:16:54 -0700 |
---|---|---|
committer | Ali Ijaz Sheikh <ofrobots@google.com> | 2015-09-15 09:12:01 -0700 |
commit | 704dcce75471e083cfbd85c16ee48c634aeedbf5 (patch) | |
tree | e13b48cfb0c6795cadcb76dfc7c301c18662eb4b /deps/v8/codereview.settings | |
parent | 52f84add7746a233f1d4c8904344bef35b8fa2d2 (diff) | |
download | node-new-704dcce75471e083cfbd85c16ee48c634aeedbf5.tar.gz |
deps: upgrade V8 to 4.5.103.33
This brings in the patches from 4.5.103.30...4.5.103.33 fixing the issue with
computed property names not working in nested literals.
Full V8 4.5 commit log at:
https://chromium.googlesource.com/v8/v8.git/+log/branch-heads/4.5
Fixes: https://github.com/nodejs/node/issues/2507
PR-URL: https://github.com/nodejs/node/pull/2870
Reviewed-By: indutny - Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: targos - Michaƫl Zasso <mic.besace@gmail.com>
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: fishrock123 - Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'deps/v8/codereview.settings')
-rw-r--r-- | deps/v8/codereview.settings | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/codereview.settings b/deps/v8/codereview.settings index 7c4dd8e255..532e4b4d7b 100644 --- a/deps/v8/codereview.settings +++ b/deps/v8/codereview.settings @@ -1,5 +1,5 @@ CODE_REVIEW_SERVER: https://codereview.chromium.org -CC_LIST: v8-dev@googlegroups.com +CC_LIST: v8-reviews@googlegroups.com VIEW_VC: https://chromium.googlesource.com/v8/v8/+/ STATUS: http://v8-status.appspot.com/status TRY_ON_UPLOAD: False |