diff options
author | Lei Zhang <thestig@chromium.org> | 2018-01-29 15:10:16 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-01-29 15:10:16 +0000 |
commit | 735408ee262bd6783923011042b6ecd6b76ec835 (patch) | |
tree | 927345df7da288b3d2875b27d20259140faa2a7b /testing/resources | |
parent | dbac8ca4f5d70195b0d8d6b7a0f042efb8e45574 (diff) | |
download | pdfium-735408ee262bd6783923011042b6ecd6b76ec835.tar.xz |
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 <dsinclair@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'testing/resources')
-rw-r--r-- | testing/resources/javascript/bug_361_expected.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |