From f7da4b786f75d9df469111b09e2a4c679a0c3a47 Mon Sep 17 00:00:00 2001 From: "ager@chromium.org" <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Wed, 23 Sep 2009 14:48:59 +0000 Subject: [PATCH] Update V8 to version 1.3.13.2. Only one change to the V8 gyp file to fix problem for gcc 4.4. BUG=none TEST=none Review URL: http://codereview.chromium.org/220005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26918 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index dbd590e93f111..413ac43e1246a 100644 --- a/DEPS +++ b/DEPS @@ -37,7 +37,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk@664", "src/v8": - "http://v8.googlecode.com/svn/trunk@2962", + "http://v8.googlecode.com/svn/trunk@2966", "src/native_client": "http://nativeclient.googlecode.com/svn/trunk/src/native_client@730", -- GitLab