diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-23 14:22:55 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-23 14:22:55 +0000 |
commit | 448107160a95f0f609ad97029a4433c63d9947aa (patch) | |
tree | ca701687abda9d73df653ac35204729601babc37 /DEPS | |
parent | 74c975e0b3835db09e2a56697a5e7c4ee6889d6b (diff) | |
download | chromium_src-448107160a95f0f609ad97029a4433c63d9947aa.zip chromium_src-448107160a95f0f609ad97029a4433c63d9947aa.tar.gz chromium_src-448107160a95f0f609ad97029a4433c63d9947aa.tar.bz2 |
Update V8 to version 1.3.13.1.
Uninitialized memory read fix. This time without the change that
causes test shell test failures.
Review URL: http://codereview.chromium.org/225006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26916 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk@664", "src/v8": - "http://v8.googlecode.com/svn/tags/1.3.12", + "http://v8.googlecode.com/svn/trunk@2962", "src/native_client": "http://nativeclient.googlecode.com/svn/trunk/src/native_client@730", |