From cbfa3967867eaec1b667a0bc453b0b5073494a21 Mon Sep 17 00:00:00 2001 From: "dglazkov@chromium.org" Date: Fri, 16 Nov 2012 17:53:39 +0000 Subject: [PATCH] Revert 168224 - Update V8 to version 3.15.4. Caused failures in WebKit layout tests: Regressions: Unexpected text-only failures (6) fast/dom/Window/replaceable.html [ Failure ] http/tests/security/cross-frame-access-object-prototype.html [ Failure ] inspector/console/command-line-api-inspect.html [ Failure ] inspector/console/console-format-collections.html [ Failure ] inspector/runtime/runtime-localStorage-getProperties.html [ Failure ] Regressions: Unexpected crashes (1) inspector/console/console-dir.html [ Crash ] BUG= Review URL: https://chromiumcodereview.appspot.com/11419039 TBR=yangguo@chromium.org Review URL: https://codereview.chromium.org/11411036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168240 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index c03462a46e55..9cb1105b256b 100644 --- a/DEPS +++ b/DEPS @@ -34,7 +34,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling Skia # and V8 without interference from each other. - "v8_revision": "12994", + "v8_revision": "12947", # Three lines of non-changing comments so that # the commit queue can handle CLs rolling WebRTC # and V8 without interference from each other. -- 2.11.4.GIT