summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-01-29 15:10:16 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-01-29 15:10:16 +0000
commit735408ee262bd6783923011042b6ecd6b76ec835 (patch)
tree927345df7da288b3d2875b27d20259140faa2a7b
parentdbac8ca4f5d70195b0d8d6b7a0f042efb8e45574 (diff)
downloadpdfium-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>
-rw-r--r--DEPS2
-rw-r--r--testing/resources/javascript/bug_361_expected.txt2
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; }