From f1b8f89eff06bfb8284b177e0dd5c7fdf0e027b5 Mon Sep 17 00:00:00 2001 From: "gspencer@google.com" Date: Fri, 9 Oct 2009 22:04:00 +0000 Subject: This rolls back V8 to the version we had previously. I had originally rolled this forward to match what Chrome was using (r3030 of v8), but using that version of v8 stops us from rendering for some reason. I'm rolling this back so we can render again, but we'll have to figure out what broke our rendering before we can roll v8 forward. Review URL: http://codereview.chromium.org/271039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28608 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/DEPS_gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'o3d') diff --git a/o3d/DEPS_gyp b/o3d/DEPS_gyp index 9f99c70..e57eaf5 100644 --- a/o3d/DEPS_gyp +++ b/o3d/DEPS_gyp @@ -8,7 +8,7 @@ vars = { "gtest_rev": "329", "gflags_rev": "30", "breakpad_rev": "391", - "v8_rev": "3030", + "v8_rev": "2901", "nacl_rev": "823", } -- cgit v1.1