diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-29 22:42:23 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-29 22:42:23 +0000 |
commit | 0e6e842461b895583cbf14b0203c7f5be303bf93 (patch) | |
tree | 2d066f8294c84e76d7c2be7970bff7ff0ebcffd9 /DEPS | |
parent | 7404a00fb65bf0d0f3d2af57695bf6a7dc8eb065 (diff) | |
download | chromium_src-0e6e842461b895583cbf14b0203c7f5be303bf93.zip chromium_src-0e6e842461b895583cbf14b0203c7f5be303bf93.tar.gz chromium_src-0e6e842461b895583cbf14b0203c7f5be303bf93.tar.bz2 |
Update V8 to version 1.2.6.1 to fix build on certain GCC versions.
The only change is the addition of a couple of parenthesis.
TBR=sgjesse@chromium.org
Review URL: http://codereview.chromium.org/118018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17252 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk@505", "src/v8": - "http://v8.googlecode.com/svn/trunk@2080", + "http://v8.googlecode.com/svn/trunk@2084", "src/third_party/skia": "http://skia.googlecode.com/svn/trunk@171", |