summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-04 04:36:25 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-04 04:36:25 +0000
commit5ad6d55b5e201c8c0905b5882ba59d270beb70bb (patch)
treeb33ba4e78be58f1e47681db42f37fcb17d4f5b2d
parentbeed86c229a6d73efcb04c9971813aa79e7eae06 (diff)
downloadchromium_src-5ad6d55b5e201c8c0905b5882ba59d270beb70bb.zip
chromium_src-5ad6d55b5e201c8c0905b5882ba59d270beb70bb.tar.gz
chromium_src-5ad6d55b5e201c8c0905b5882ba59d270beb70bb.tar.bz2
Revert r261523 "Update V8 to version 3.26.5 (based on bleeding_edge revision r20452)."
Breaks two tests upstream: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20Blink&tests=fast/js/const.html,rubberbanding/momentum-reset.html const.html is likely a revert, but momentum-reset.html points to a potential problem. TBR= BUG= Review URL: https://codereview.chromium.org/225243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261670 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 0bd53a2..9f67f38 100644
--- a/DEPS
+++ b/DEPS
@@ -51,7 +51,7 @@ vars = {
# the commit queue can handle CLs rolling Skia
# and V8 without interference from each other.
"v8_branch": "trunk",
- "v8_revision": "20459",
+ "v8_revision": "20418",
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling WebRTC
# and V8 without interference from each other.