From 735408ee262bd6783923011042b6ecd6b76ec835 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Mon, 29 Jan 2018 15:10:16 +0000 Subject: Roll V8 to ee5d9a0c. Update test expectations after V8 enabled --harmony-function-tostring by default. https://chromium.googlesource.com/v8/v8/+log/0c287882..ee5d9a0c TBR=dsinclair@chromium.org Change-Id: I4eabc6b2ed854153dcbfb75f527e209f57e86a2a Reviewed-on: https://pdfium-review.googlesource.com/24110 Commit-Queue: dsinclair Reviewed-by: dsinclair Reviewed-by: Lei Zhang --- DEPS | 2 +- testing/resources/javascript/bug_361_expected.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 7abc60f16e..eff70029a3 100644 --- a/DEPS +++ b/DEPS @@ -33,7 +33,7 @@ vars = { 'skia_revision': '40ca2087ef0752d78fd2e0995471102fe96fe9fe', 'tools_memory_revision': '427f10475e1a8d72424c29d00bf689122b738e5d', 'trace_event_revision': '0e9a47d74970bee1bbfc063c47215406f8918699', - 'v8_revision': '0c287882ea233f299a91f6b72b56d8faaecf52c0', + 'v8_revision': 'ee5d9a0c97c0acbbe4eace688df5754214fe04f6', 'yasm_source_revision': 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'zlib_revision': '91155b5d0737713fc7f0499cf0ba2c4f2af24014', } diff --git a/testing/resources/javascript/bug_361_expected.txt b/testing/resources/javascript/bug_361_expected.txt index 04d72bce20..9840334c8d 100644 --- a/testing/resources/javascript/bug_361_expected.txt +++ b/testing/resources/javascript/bug_361_expected.txt @@ -45,5 +45,5 @@ Alert: Answer for "1,2,3,4" is: number 1 Alert: Answer for "[1, 2, 3, 4]" is: string [1, 2, 3, 4] Alert: Answer for "[object Object]" is: string [object Object] Alert: Answer for "{a: 1, b: 2}" is: string {a: 1, b: 2} -Alert: Answer for "function (x) { return x+1; }" is: string function (x) { return x+1; } +Alert: Answer for "function(x) { return x+1; }" is: string function(x) { return x+1; } Alert: Answer for "function(x) { return x+1; }" is: string function(x) { return x+1; } -- cgit v1.2.3