diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-02 09:00:29 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-02 09:00:29 +0000 |
commit | 01b463f6ab8f50bdf5955d39c0fc520d1099d2fe (patch) | |
tree | 4e563a0902694682df2702b5eaa4bb3dcdd4c226 /DEPS | |
parent | 44ce8376c42a7f7c2f3b231fef15d0fd69dfa436 (diff) | |
download | chromium_src-01b463f6ab8f50bdf5955d39c0fc520d1099d2fe.zip chromium_src-01b463f6ab8f50bdf5955d39c0fc520d1099d2fe.tar.gz chromium_src-01b463f6ab8f50bdf5955d39c0fc520d1099d2fe.tar.bz2 |
Update V8 to version 1.2.11.
This version contains a bug fix and various performance
improvements. I particular it contains a reworking of the
representation of the global object to improve performance.
Rebaselining one layout test because of changes to the line numbers at
which an error is reported.
BUG=12548
TEST=none
Review URL: http://codereview.chromium.org/151196
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19805 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk@532", "src/v8": - "http://v8.googlecode.com/svn/trunk@2291", + "http://v8.googlecode.com/svn/trunk@2329", "src/third_party/skia": "http://skia.googlecode.com/svn/trunk@239", |