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 --- testing/resources/javascript/bug_361_expected.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/resources/javascript') 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