diff options
author | Lei Zhang <thestig@chromium.org> | 2018-08-27 18:51:13 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-08-27 18:51:13 +0000 |
commit | 2e6d2b5ca1637242794bf13ad980317d39dd7790 (patch) | |
tree | 009f36468d2704cfcefff08da4b783712e08744d /DEPS | |
parent | d3220624aa6603c56db670046a12a48970d374c2 (diff) | |
download | pdfium-2e6d2b5ca1637242794bf13ad980317d39dd7790.tar.xz |
Roll v8/ 9cf8abb7c..ff6b34b46 (689 commits)
https://chromium.googlesource.com/v8/v8.git/+log/9cf8abb7ce7e..ff6b34b468c1
This updates V8 to 6.8.44.
There has been changes to how JS handles timezones. [1] Update the test
expectations to match the new behavior, even though it deviates from
Acrobat, which still has the old behavior.
BUG=pdfium:1075
[1] https://github.com/tc39/ecma262/pull/778
Change-Id: I63f0df9cd423ceee5b8d1008ba12a47ca84bbd6d
Reviewed-on: https://pdfium-review.googlesource.com/41450
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ vars = { 'skia_revision': '588f879677d4f36e16a42dd96876534f104c2e2f', 'tools_memory_revision': 'f7b00daf4df7f6c469f5fbc68d7f40f6bd15d6e6', 'trace_event_revision': '211b3ed9d0481b4caddbee1322321b86a483ca1f', - 'v8_revision': '9cf8abb7ce7e3a3152fb71d0e87678e64f7ab0c8', + 'v8_revision': 'ff6b34b468c1eae8589b278923f87e2f573bc248', 'yasm_source_revision': '720b70524a4424b15fc57e82263568c8ba0496ad', 'zlib_revision': 'dcf1d0f8c952f76cfceefb4ba61e004f93ad7287', } |