diff options
author | kasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-29 12:59:49 +0000 |
---|---|---|
committer | kasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-29 12:59:49 +0000 |
commit | 894fa425219c4b9e97ff7a28e83e1ae14e971be3 (patch) | |
tree | 843f8f64cccac03b72f726a1c7a954b7e4a88e85 | |
parent | e05822ad026cfe5c3bc0555b85707258da638add (diff) | |
download | chromium_src-894fa425219c4b9e97ff7a28e83e1ae14e971be3.zip chromium_src-894fa425219c4b9e97ff7a28e83e1ae14e971be3.tar.gz chromium_src-894fa425219c4b9e97ff7a28e83e1ae14e971be3.tar.bz2 |
Update V8 in Chromium to version 1.2.14.13. This includes a couple
of debugger fixes.
BUG=16427,17886
TEST=none
Review URL: http://codereview.chromium.org/160324
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21950 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk@555", "src/v8": - "http://v8.googlecode.com/svn/branches/1.2@2571", + "http://v8.googlecode.com/svn/branches/1.2@2576", "src/native_client": "http://nativeclient.googlecode.com/svn/trunk/src/native_client@385", |