diff options
author | kmillikin@chromium.org <kmillikin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-21 16:17:10 +0000 |
---|---|---|
committer | kmillikin@chromium.org <kmillikin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-21 16:17:10 +0000 |
commit | 132d3f3792b72281e8717572db1bba9c8261e238 (patch) | |
tree | 4ab99b9c56199fac8d98f1eb282ba3eabe0dda50 /DEPS | |
parent | 7968bc23d4dcbfe06953870d196e2fa5a425f814 (diff) | |
download | chromium_src-132d3f3792b72281e8717572db1bba9c8261e238.zip chromium_src-132d3f3792b72281e8717572db1bba9c8261e238.tar.gz chromium_src-132d3f3792b72281e8717572db1bba9c8261e238.tar.bz2 |
Update V8 to version 2.0.5.2 to pick up a potential fix for V8 issue
555 (http://code.google.com/p/v8/issues/detail?id=555).
BUG=see above
TEST=none
Review URL: http://codereview.chromium.org/504075
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35088 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk@767", "src/v8": - "http://v8.googlecode.com/svn/trunk@3502", + "http://v8.googlecode.com/svn/trunk@3510", "src/native_client": "http://nativeclient.googlecode.com/svn/trunk/src/native_client@1067", |