Commit 33606f4d authored by Frank Tang's avatar Frank Tang Committed by Commit Bot

Fix TimeZone::AdoptDefault thread crash

Roll ICU to e3d32ff from 3a162e7
https://chromium.googlesource.com/chromium/deps/icu.git/+log/3a162e7..e3d32ff

Testing code in
https://chromium-review.googlesource.com/c/v8/v8/+/1601370
To test, in v8, after build debug, run
tools/run-tests.py  --outdir=out/x64.debug unittests/DateCache.AdoptDefaultMixed

Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng
Test: v8 unittests - DateCache:AdoptDefault*
Bug: chromium:950851
Change-Id: Ia540496882f4eca408706c86199904ebb0f74336
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607506Reviewed-by: default avatarJungshik Shin <jshin@chromium.org>
Commit-Queue: Frank Tang <ftang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#659240}
parent 41eda1e8
...@@ -975,7 +975,7 @@ deps = { ...@@ -975,7 +975,7 @@ deps = {
Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + '3874188bd69fe67a825d07584c74451e45063e95', Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + '3874188bd69fe67a825d07584c74451e45063e95',
'src/third_party/icu': 'src/third_party/icu':
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '3a162e7afb4abf0668c3a01cf111ddcf223d2ec8', Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'e3d32ff805c917e6a8a6ed1c6e1acb1f2e83c544',
'src/third_party/icu4j': { 'src/third_party/icu4j': {
'packages': [ 'packages': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment