diff options
author | kasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-29 14:46:36 +0000 |
---|---|---|
committer | kasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-29 14:46:36 +0000 |
commit | bf68b6a4e079c76f18c2084757e518275cc7d2bb (patch) | |
tree | ce90b1be8b4d265e0b897b5d3af93f072403c85c /DEPS | |
parent | f0409515f164a51864e587d30c14f890c7f2d541 (diff) | |
download | chromium_src-bf68b6a4e079c76f18c2084757e518275cc7d2bb.zip chromium_src-bf68b6a4e079c76f18c2084757e518275cc7d2bb.tar.gz chromium_src-bf68b6a4e079c76f18c2084757e518275cc7d2bb.tar.bz2 |
Update V8 in Chromium to version 1.2.14.14. This change speeds up
operations such as document.getElementById by more than 10%.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/159589
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21953 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-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@2576", + "http://v8.googlecode.com/svn/branches/1.2@2579", "src/native_client": "http://nativeclient.googlecode.com/svn/trunk/src/native_client@385", |